How do you check(find) out the user exists?
Answer Posted / manivannan
user exits:if you know the exits name use CMOD.
if you don.t know use SPRO-tcode.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is sap script? Describe its components.
How to give programe name as input in BDC report of abap ?
What is a size category? : abap data dictionary
Does the call transaction method allow multiple transactions to be processed by sap? : abap bdc
What function does data dictionary perform?
Explain how many types of tables exist and what are they in data dictionary?
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.
How will you define org structure in MM?
What kind of financial periods exist in sap? What is the relavent table for that?
suppose i want to print sap script output in different printers at a time what are the settings i'll have to make?
how to use table control?if suppose i have 6 records and i want more 4 records in sequence.How to handle this scenario?
Tell me a scenario where did you use secondary index?
Give Some examples of reports generated in real time scenarion? Also give examples of standard reports in SAP used in real time?
What are the organizational related Infotypes
What do you do when the system crashes in the middle of a BDC batch session?