what is the IDOC status code?
Answers were Sorted based on User's Feedback
Answer / gouriprasadmp
we05 is transaction code that we use for checking the
status of idoc
Is This Answer Correct ? | 6 Yes | 2 No |
Answer / krish
We can check Idoc stauts in WE02 or WE05.
But i would like to know what is the difference between
Transactions WE02 and WE05??
Can any one tell??
Is This Answer Correct ? | 4 Yes | 0 No |
loop at itab. select matnr from mara into table itab upto 10 rows. endloop. will it work?
what is RFC?types of RFCs?please any one can give me the interfaces in sap abap with example?
what are the built in types in bdc
can we transport text elements and text symblos in reports from devlopment to quality?is it necessary?
How do you call a report from a transaction ?
In a report there is a basic list and 20 secondary lists. I have written Initialisation event and Top-OF-PAGE event in all of them. So how many times Initialisation and TOP-OF-PAGE event triggers?
I am having an internal table with field name 'type' which consists of values 'a' 'b' 'c' 'a' 'a'.Now i used 'at new fieldname' control statement on this field so what could be the output
A function module can be called from a transaction screen outside an abap/4 program. State true or false. : abap modularization
What is field catalog. Describe the purpose of it?
how to call the smart form from the report?is it Possible or not?
How to write a bdc – how do you go about it?
If I code parameters and selection events without writing the start-of-selection, will the report runs?