Answer Posted / sridhar b
That wil be depending upon the Clint ,We can keep in Clint
Place or Offshore also.
Mostly it wil be at clint place which is better.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
why particularly lock object name starts with EZ OR EY?
What are the fields in a bdc_tab table? : abap bdc
What are the different message types available in the abap/4 ?
What are system variable in abap?
How do you write transaction programs in sap?
Why we are using Macros instead of Function Modules
I am trying to automate a manual processing of iDOCs in BD87. I used the following code to pass idoc-id to global variable 'DCN' and then skip the first screen of BD87 to go to processing directly. After running this code SET PARAMETER ID 'DCN' FIELD itabhdr-idoc_id. CALL TRANSACTION 'BD87' AND SKIP FIRST SCREEN. it takes me to the first screen because it cannot recognize my idoc-id. How I can pass idoc-id to global? I have used the above code to goto VA02 with VBELN and it worked perfectly.
When the get cursor command used in interactive lists?
How can we upload a text file having delimiters in to legacy system?
What are the uses of interactive reporting?
What are the different software packets available in the market? : sap abap hr
Can you give the Example for the structure of an ABAP program? REPORT... NODES: SPFLI, SFLIGHT. DATA:... INITIALIZATION. AT SELECTION-SCREEN. START-OF-SELECTION. GET SPFLI... GET SFLIGHT... GET SPFLI LATE. END-OF-SELECTION. FORM... ENDFORM.
What is the purpose of sum statement?
how to see the tables of 200 in client 100?
What is view? Different types of view. Explain?