what are the roles and responsibilities of a technical
consultant will be assigned in idoc development in real time?
in case of
a)IDOC EXTENSION
b)sending TRANSACTIONAL IDOC
c)CHANGE POINTERS
Answer Posted / gvkreddy
1)IDOC Extension is nothing but Extending the Existing IDOC as
an Enhancement
2)Transactional IDOC is means that sending the IDOC from place
to an another by using FM called INBOUND-IDOC_PROCESS
3)Change pointers are menat for Activate the IDOC by using TX
Code BD61
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Is it possible to pass data to and from include programs explicitly?
Explain how do you move on to the next screen in interactive reporting?
What is roles and responsibilities of sap hr consultants? : sap abap hr
What are the function modules used in a sap script driver program?
What are base tables of an aggregate object? : abap data dictionary
Filter badi and multiple used badi? Will the sequence matter of the badi implementation in case of multiple used badi?
There is a situation where there is a field "MATERIAL DESCRIPTION" in say 20 display only transaction. You want that whenever user opens any of these transaction, this particular field is masked with ****. But table does not holds ****. It holds the actual value. What are different ways of doing it? Which is the best way.
What is the significance of the memory table ‘screen’?
Explain what is the difference between primary key and unique key?
What are screen painter and menu painter? : abap hr
What is the syntax for ‘call transaction’?
What is the max no of match code id's that can be defined for one match code object? : abap data dictionary
How can end-of-selection be used?
What are the control break events in abap? : abap data dictionary
Can we handle two transaction codes in the same program using call transaction bdc input method? : abap bdc