Answer Posted / sampad
Tokens are issues sent by end users. We can find it in SOLMAN or other ticketing tool that we use.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are field symbols and field groups? Have you used component idx of structure clause with field groups?
Write the bdc table structure? : abap bdc
What are the control break events in abap? : abap data dictionary
Explain what is the significance of hide?
What do you mean by batch data communications programming?
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 can we use / display table in a screen?
How do you use tab sets in layout sets?
What are the different abap editors? What is the used of different editors in abap?
What is the function of a data element?
Name the abap/4 modularization techniques?
Difference between open sql and native sql? : abap data dictionary
Can multiple abap systems connect to abap database?
Explain Singleton class
What are the components of sapscript?