Application Development 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: 

DYNPROTAB

Former Member
0 Kudos

WHAT IS MEANT BY DYNPROTAB

1 REPLY 1

Former Member
0 Kudos

hi,

Use the BDC_INSERT function module to add a transaction to a batch input session. You specify the transaction that is to be started in the call to BDC_INSERT. You must provide a BDCDATA structure that contains all of the data required to process the transaction completely.

BDC_INSERT takes the following parameters:

TCODE

The code of the transaction that is to be run.

POST_LOCAL

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

(refer to the keyword documentation of SET UPDATE TASK LOCAL for more information)

<b>DYNPROTAB</b>The BDCDATA structure that contains the data that is to be processed by the transaction.

<b>DYNPROTAB</b> is a table parameter in the function module.

reward points if useful,

regards,

seshu.