cancel
Showing results for 
Search instead for 
Did you mean: 

Push function with massive records

Former Member
0 Kudos

Hello colleagues,

I´m developing a conection with a push function with a root node and a child node, between R/3 and MI 7.1.

Can I put all records into the FM?

For example, FM push:;

CALL FUNCTION 'ZBAPI_MI_PUSHART'

EXPORTING

TASK = 'I'

SYNC_MODE = 'S'

TABLES

ROOTNODE = trootnode

UNIDAD = tunidad

in other words, in the trootnode put all root records, and the tunidad all child records?

I´d like put all records into the FM because the performance is better, but I have the doubt if the FM identifies the correct asociation between root and child record, for the correct distribution to the PDA.

Thanks.

Edited by: Javier Caballero on Jul 14, 2010 10:44 PM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Javier,

You can check the "Explicit Key Mapping" for your node in the SDOE_WB transaction.

Regards,

Simon.

Former Member
0 Kudos

thanks collegues.

the explicit key mapping is work.

Best regards

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

You are right. You can put all the records of root and child node. If you have the key fields for root and child node records filled correctly, the DOE will take care of associating it. As this instance push FM is specific to a Data Object, and if the key fields are maintained well, DOE will take care of the association.

Best regards,

Vinodh