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 ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

The data of a view is not physically stored, but derived from one or more tables (t/f) : abap data dictionary

869


What is its?

659


can anyone do BDC or BAPI for F-02 and F-04 transactions.If it LSMW also.Kindly let me know.

3035


What are the difference between tables and structures? : abap data dictionary

650


What are the advantages/ dis-advantages of logical databases?

540






How do you populate data into a multiple line field?

584


Explain data dictionary in abap?

598


What is an internal table?

724


What happens if a function module runs in an update task? : abap modularization

591


What is the reserve command?

664


In tm, if a group of employees gets 10 days of annual leave, what will be the time evaluation status? : sap abap hr

563


In the MM module for finding out the standard cost what is the view one has to look at?

616


How to maintain lists?

611


Explain how to Handle the internal tables in ABAP?

637


What is Buffering Concept? When should a Table be buffered?

11789