How do you get output from IDOC?
Answers were Sorted based on User's Feedback
Answer / abira
Data in IDOc is stored in segments, the output from Idoc is
obtained by reading the data stored in its respective
segments
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / veena
Function moudles or processing routines are alloted
dynamically based on message type andn IDCO type. We use
these function modules to process IDOC segments to get data
and move this segment data into internal tables.
Is This Answer Correct ? | 2 Yes | 0 No |
What are the components of selection table?
Define spool request?
Explain about the tables exists in a data dictionary and what are they? : abap data dictionary
A database table contains 3 fields(Student_no,Section,Total_marks).I want retrieve top 10 students from each section.Note:(Section contains data like A,B,C.Each section contains more than 10 students).
In scripts, i have 10 address lines there were blanks in between rows how can i avoid those
Can we define our own match code id's for sap matchcodes ?
What is the modification assistant?
In tm, if a group of employees gets 10 days of annual leave, what will be the time evaluation status? : sap abap hr
Interactive Report that list purchase order details of a vendor. When the user double clicks on material number it shows detail list with fields matkl, meins, brgew, ntgew, gewei.The selection screen consist of sales organisation, distribution channel and material number. plz mention the detail coding Tahnks, Rahul
How can we use multiple transactions by using bdc_insert? : abap bdc
Some one is running a program in Foreground which has to be run in Back ground. How you are going to instruct to do in Back ground?
How to create any functions? How to go about it?