Quantcast
Channel: SCN: Message List
Viewing all 8676 articles
Browse latest View live

Re: Can we execute standard sap transaction on browser using se93?

$
0
0

Hi katrice,

 

yes it is resolved thank you.


Re: Displaying report filter

$
0
0

The method is pretty much the same; use the POS function in tandem with Reportfiltersummary() to deduce where in the Reportfiltersummary() string the Rank_Defects Less than or Equal to text appears:

=Pos(ReportFilterSummary();"Rank_Defects Less than or Equal to")

Once you know this, you need to add the length of this string to it (which is 34 characters, but add one for the following space, so 35). Finally, put this all into a Substr function and wrap in a Trim function to remove any superfluous spaces:

=Trim(Substr(ReportFilterSummary();Pos(ReportFilterSummary();"Rank_Defects Less than or Equal to")+35;2))

 

HTH

 

NMG

Re: Date and Time Difference with two Date range

$
0
0

Hi Ram,

 

If you want to calculate the number of weekends between two dates, then the right way to do this would be to use the DayNumberOfWeek() formula and then calculate the number of saturday/sunday combinations.

 

The easy way would be to take your DaysBetween() number, divide by 7 and then use the floor() function to round it down.

The number you are left with, is the number of weekends.

 

/Kris

Re: Only Title is Displayed.

$
0
0

You can replace the component container with an App, or add an App to the component container.

The reason the page doesn't show is that it's height is set to 100% of the encapsulating container. In your case, it is not set. App and SplitApp have them set to 100%, that's why it works with these containers

Re: SSL certificates for C4C/HCI/ECC integration

Re: Target XML Alignment after Message Mapping

$
0
0

It add's the additional MT node to target structure.

 

@ Pradeep :

 

>>>My requirement is like I want the target to be an exact replica of input structure

 

Just to be clear - Are you doing any transformation(mapping) for any of the fields? If you want to send the same payload to target then you don't even need the mapping.

 

However if you are doing something and you want them to be in the same order, you should try XSLT which i believe will return in the same order.

Re: SAPUI5 VIZ Chart Events in XML-Views

Re: SAP HANA Techical monitoring

$
0
0

Hi Rahul,

 

the thing is, when I try for example to launch metric monitoring as show below:

pitanje2.PNG

I get following:

pitanje3.PNG

 

Thank you,

 

Best Regards,

Zeljko Paic


Re: Absence calculation on holiday

$
0
0

Hi,

 

In the counting rule tick on the Saturday & Sunday on the applicability day's section, then tick on holiday class 1 section as well as tick on dws class which is assigned on the weekend OFF day's dws.

 

Check and tell me.

 

Regards,

Sankarsan

wm picking mix pallet from production & staging in high rack storage.

$
0
0

High rack storage is SU managed. I want that if I receceive 3 different material from 3 different production order how can I club them in one pallet & store them in high rack. We have activated wm pp interfaceso that TO is getting created for finished material.

POP UP Error message appear after closure

$
0
0

Hi Experts,

 

In Main screen, we have link to action in table control. So, when user clicks on link to action, we are opening POP UP with all data filled but no button for pop up.

 

Also we did some validation in the pop up screen. So When user clicks close button at the right corner, the same error message is appearing in Main screen, which we don't want.

 

Please suggest me how to stop the error message after closure of pop up.

 

Regards,

Reny Richard

Re: Synchronization Tool notes and updates - TaxFactory 10

$
0
0

Lou Ann,

 

The tool should work in such a way as not to override your entries.

You may you run it in test mode to confirm it, however, it was designed to not override the customizing entries.

Regards,
Cassiana.

Re: please clarify these questions

$
0
0

Sunil,

 

Is this for an interview?

 

None of the questions are good questions. Question 1 is probably the easiest to give a solid answer for.

 

Question 1. Main thing is to make sure that you keep the connection string correct - you don't want to migrate a universe up to prod and have it still pointing at UAT when you put it live.

 

Question 2 depends what they mean. Do they have company standards that they expect you to follow? Are you meant to wait for a change request to be assigned to you? Is there more than one person working on the universe? At what stage is the data source - if it is development, how fixed is the schema - will it change? If it's production, when is the change going into production. You then have a deadline when you must deliver on.

 

Question 3 - very much depends on the report. Simplest answer is to bring back the least possible amount of data to produce the correct report or bring back a larger volume of data far quicker and take the hit on report generation time. This will vary depending on PC v server power.

 

Question 4 - again, vague. Is it from a purchasing point of view or for a particular report? The answer could be anything from skillset of the current staff to functionality required in the report to timeframe in which the report must be built to data source access

 

Question 5 just makes no sense. Is it asking about the difference between Live Office and QAAS? From what point of view?

 

Again, if it's for an interview, just being able to answer questions isn't the same as knowing how to use the tools.

Re: formatted search for vendor group

$
0
0

Hi

 

Try this for the Purchase order...

 

select groupname from ocrg where groupcode in ( select groupcode from ocrd where cardcode=[$opor.cardcode]

 

 

Rgds

Kennedy

Re: calling .net reference from PB Classic

$
0
0

Hi Alexander;

 

  Did you add the FileNet.Api.dll .Net assembly to your Winform Target?

 

 

Regards ... Chris


Re: FCC in SFTP adapter

$
0
0

I don't think ignoreRecordsetName is supported by Message Transformation Bean but you can handle it in the mapping right?

 

Any issues with that?

Re: IF EXISTS..... DROP TABLE

$
0
0

Hi Ravindra,

 

Thanks for your helpful solution.

I tried to apply the same concept for creating tables, when they don't exist. The code does not generate any error message or warning but does not work the way it is meant to (does not create any table).

Here is the code:

 

DROP PROCEDURE CPRO_EFFORTS_SEC_Table;
CREATE PROCEDURE CPRO_EFFORTS_SEC_Table (
IN  HAMED  VARCHAR  (30), -- Schema name holding the table
IN  CPRO_EFFORTS_SEC  VARCHAR  (30)   -- Table name that has to be created or empty from the content
) LANGUAGE SQLSCRIPT AS myrowid integer;
 
BEGIN

myrowid := 0;   -- The parameter was initialized!
select count(*) into myrowid from "PUBLIC"."M_TABLES" where schema_name =:HAMED and table_name=:CPRO_EFFORTS_SEC;

IF (:myrowid = 0 ) THEN

EXEC 'CREATE COLUMN TABLE'||:HAMED||'.'||:CPRO_EFFORTS_SEC||'(
"Project Object Hierarchy" VARCHAR(256),
"Project Element" VARCHAR(256),
"Phase" VARCHAR(256),
"GUID of Sup. Obj." VARCHAR(256),
"Project Number" VARCHAR(256),
"Internal Order(Project)" VARCHAR(256),
"Project Type" VARCHAR(256),
"Task Type" VARCHAR(256),
"Task Type Text" VARCHAR(256),
"Task Id" VARCHAR(256),
"Task Text" VARCHAR(256),
"Grouping" VARCHAR(256),
"External Identifier" VARCHAR(256),
"Original Process Module Task" VARCHAR(256),
"Sort Number" VARCHAR(256),
"Task Responsible" NVARCHAR(256),
"Task System Status" VARCHAR(256),
"Responsible Role (Task)" VARCHAR(256),
"Estimated Overall Status (Task)" VARCHAR(256),
"Search Field (Task)" VARCHAR(256),
"User Field 1 (Task)" VARCHAR(256),
"User Field 2 (Task)" VARCHAR(256),
"User Field 3 (Task)" VARCHAR(256),
"Priority (Task)" VARCHAR(256),
"Resource Type (Task)" VARCHAR(256),
"Start Date (Task)" VARCHAR(256),
"Finish Date" DATE,
"Confirmed Work" VARCHAR(256),
"Remaining Work" VARCHAR(256),
"Planned Work" VARCHAR(256)
)';
   
END IF;

END;

 

I was wondering if you couls help me.

 

Thanks and best regards,

Hamed

 

Re: IT0008 auto updated as per config in table T510

Re: Requirement for conrtolling Transport Request description when creating it

$
0
0

Hi.

It is possible to do it, if you found the exit/enhancement point, you can call the Popup window using FM, based on the validation, system can fill the description value and then we can disable the description text box using the below code.

LOOP AT SCREEN.

IF SCREEN-NAME EQ 'KO013-AS4TEXT'.

   

ENDIF.

 

ENDLOOP.

Regards

 

Rajkumar Narasimman

Re: Accnt Determination not possible for key XXXX, Posting area Billing Default Values : Repayment Method (R401)

Viewing all 8676 articles
Browse latest View live




Latest Images