Answer Posted / veera
THERE ARE 6 MESSAGE TYPES.THEY ARE
S- Confirmation message
A- Aband
E- Error
I- Information
W- Warning
X- Runtime error.
Plz let me know if im wrong.
| Is This Answer Correct ? | 1 Yes | 6 No |
Post New Answer View All Answers
What is asynchronous and synchronous update?
What are the system fields?
How will you define posting procedures?
How to split one Invoice into Multiple ( Step by Step)?
What is a maintenance view? : abap data dictionary
What is “call mode”?
In ALV reporting when u execute your report which event gets triggered.
hi frends this is bala raju from pune.i want to know diff between 4.7ee and ecc 5.0.if possible give me brief explanation.this question was asked in EDS(tele interview) in pune bye.
How can you access the function code from menu painter?
Explain the use of insert and append statement in sap abap?
Do you know any other patterns if yes.. explain
Why is pretty printer user in abap?
How do you get the number of lines in an internal table? How to use a specific number occurs statement?
Explain lsmw?
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.