what r clients?what r the clients number available in a
company?eg..800 client is for which application??
Answer Posted / kiran kumar v
Client is a self contained unit with its own set of master
data and related tables. The client no can be anything ex:
100, 200, 500 etc in real time. I had 500 as the client no
for DEV and 200 as the client for Sandbox.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is is a match code? : abap data dictionary
What is the last entry in all bdc tables? : abap bdc
What are the prerequisites for creating foreign key relationship?
How do you differentiate tax for different countries? : sap abap hr
What are the various events associated with screen programming?
Explain open dataset in sap abap?
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.
Explain what are standard layouts sets in the sap script?
Fallback class
How can we declare a table control in the abap/4 program?
What is a data dictionary? : abap data dictionary
What are the components of sapscript?
What is the significance of the memory table ‘screen’?
Can a transparent table exist in data dictionary but not in the database physically? : abap data dictionary
How many types of views are there ?