1) What is read with binary search?
2) I have initialization write ?a?
Top-of-page write ?b? what is the output
for this/
3) If I don?t have start of selection event in report
will it execute?it is mandatory or not?
4) What is table maintenance generator?
5) Is it advisable to have secondary index/
6) How we will imlement BAPI?
7) What is process code in idoc?
8) Where the information msg will display?
9) Where warning msg will display?
10) Where we use watch point?what exactly watch point
means?
11) What is a spool?
12) What is program name that contains all print
program names and form names other than TNAPR?
13) How we will capture errors in bapi?
14) How to transfer std text from production to quality?
Answer Posted / abhinandan alandkar
The output of the second question is :-
a
b
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
send coding to write a program to create customer quotation using BAPI 'BAPI_QUOTATION_CREATEFROMDATA2/BAPI_QUOTATION_CREATEFR OMDATA'
What are the types of parameters in the function modules?
how to track records from data dictionary?
What is elementary search help? : sap abap data dictionary
What is an abap?
when u prefer lsmw?
what are the two methods of modifying sap standard tables? : abap data dictionary
Difference between select option and ranges ?
Explain Catch Command in ABAP?
What are different ABAP editors? What are the differences?
what is difference between (internal table types)standard table and sorted table 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.
What is the meaning of abap/4 editor integrated with abap/4 data dictionary?
What is the use of info groups? : sap abap hr
What are the different types of luws?