in which method i can upload data to two transactions?
and how?
somebody tell me.
Answer Posted / sainathraj
Using session method you can upload data for 2 or more
transactions.The procedure is
1)open the session using FM : BDC_OPEN_GROUP
2)Insert the transaction using BDC_INSERT
repeat the second step for as many tcodes as you need just
by calling the FM : BDC_INSERT
3)End the session using FM : BDC_CLOSE_GROUP
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How would you suppress the display of a parameter on the selection screen?
What are the disadvantages of different types of bdc's?
visibility section for class level and attributes level
In which time constraint does the infotype records depend on the subtype ? : abap hr
What is is a match code? : abap data dictionary
What functions does a data dictionary perform ?
What are aggregated objects : abap data dictionary
What are the different types of operators in the sap abap?
What will you code in start-of-selection & end-of-selection ?
In which cluster time results are stored? : abap hr
What is the use of lock objects?
What is function group?
State the differences between database view & projection view? : abap data dictionary
What are the advantages of different types of bdc's?
how 2 create the normal form by using functional module