Answer Posted / bhargavi
In case of transfer data from non-sap to sap system:
First Upload data into internal table.
Then store that data into R3Database.Before storing data we
have to validate that data for this we have to perform
mapping logic.here if the valid data transfered to R3
database,invalid data stored in log files .
for mapping we can use predefined mapping logic method,
nothing but session,call transaction ....
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is an update type with reference to a match code id? : abap data dictionary
What are the types of views? : sap abap data dictionary
Why grouping of fields is required? What is the max no of modification groups for each field?
What is check table?
Specify the types of data dictionary objects.
What are the fields in a bdc_tab table? : abap bdc
What are Table control and tab strip control in dialog programming ?
What are the types of the software component being deployed in the sap?
What are the page windows?
What is the definition of modification in an sap system and how do they impact an upgrade?
Explain what is an rdbms?
What is the use of enqueue function module? : sap abap data dictionary
How to use messages in lists?
What are the components of selection table?
What are the differences between session method and call transaction method? : abap bdc