Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

reg BDC_INSERT Function module parameters

Former Member
0 Likes
1,713

hi friends..

what is the purpose of following parameters in the FM BDC_INSERT,

TCODE

POST_LOCAL

PRINTING

SIMUBATCH

CTUPARAMS

here TCODE is to specify the transaction code..

i need the purpose of remaining parameters..

thanks in advance

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
882

BDC_INSERT takes the following parameters:

TCODE

The code of the transaction that is to be run.

TCODE is an EXPORTING parameter in the function module.

POST_LOCAL

Parameter to update data locally. If POST_LOCAL = ‘X’, data will be updated locally.

SIMUBATCH (save recording option 'Simualte Background Mode')

CTUPARAMS (Save 'Call Transaction Using Parameter')

DYNPROTAB

The BDCDATA structure that contains the data that is to be processed by the transaction.

DYNPROTAB is a tables parameter in the function module.

I hope it helps.

Please have a look at below link for details:

[Adding Data to a Session: BDC_INSERT |http://help.sap.com/saphelp_erp2005/helpdata/en/fa/097133543b11d1898e0000e8322d00/frameset.htm]

Thanks,

Vibha

Please mark all the useful answers

5 REPLIES 5
Read only

Former Member
0 Likes
883

BDC_INSERT takes the following parameters:

TCODE

The code of the transaction that is to be run.

TCODE is an EXPORTING parameter in the function module.

POST_LOCAL

Parameter to update data locally. If POST_LOCAL = ‘X’, data will be updated locally.

SIMUBATCH (save recording option 'Simualte Background Mode')

CTUPARAMS (Save 'Call Transaction Using Parameter')

DYNPROTAB

The BDCDATA structure that contains the data that is to be processed by the transaction.

DYNPROTAB is a tables parameter in the function module.

I hope it helps.

Please have a look at below link for details:

[Adding Data to a Session: BDC_INSERT |http://help.sap.com/saphelp_erp2005/helpdata/en/fa/097133543b11d1898e0000e8322d00/frameset.htm]

Thanks,

Vibha

Please mark all the useful answers

Read only

Former Member
0 Likes
882

hi Deva,

Goto SE37 transaction and press the button 'Function Module Documentation' in the display mode ...

Regards,

Santosh

Read only

Former Member
0 Likes
882

TCODE

In which transaction you want to insert the data

POST_LOCAL

This specifies the local update.

PRINTING

SIMUBATCH

If you can upload data to multiple transactions..you can set this,which defines simultaneous batch inpu process

CTUPARAMS

If you want to handle screen resolution for line items , you can set this.

Regards.

Dara.

Read only

0 Likes
882

hi dara..

thanks for ur replay..

i need some more clear yaar...

POST_LOCAL

(This specifies the local update.) means where it update ?

actually if upload with session method means it create a session in sm35 after process that then only it get update...

but by usage of post_local kindly tell me exact purpose..

PRINTING

SIMUBATCH

If you can upload data to multiple transactions..you can set this,which defines simultaneous batch inpu process

CTUPARAMS

If you want to handle screen resolution for line items , you can set this.

plz give me some details regarding this ctuparams & simubatch

Read only

Former Member
0 Likes
882

This message was moderated.