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

DYNPROTAB

Former Member
0 Likes
538

HI

WHAT IS MEANT BY "DYNPROTAB"

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
515

Hi Siva s,

The BDC Table is an Internal Table with a specific structure that's filled with the data to be submitted. The program should fill the BDC table with values for fields, one row in the internal table per record. An additional record to provide information about the screen itself must precede the rows of field data.

Structure of BDC table :

Program - Program Name of Transaction.

dynpro - Screen Numbr of transaction.

dynbegin - Indicator for new screen.

fnam - name of database field from screen.

fval - value to be submit to field.

I think you are clear with BDC Structure.

Regards

Raghavendra.D.S

3 REPLIES 3
Read only

Former Member
0 Likes
515

hi

good

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.

thanks

mrutyun^

Read only

gopi_narendra
Active Contributor
0 Likes
515

Dynpro is nothing but a screen number

Regards

Gopi

Read only

Former Member
0 Likes
516

Hi Siva s,

The BDC Table is an Internal Table with a specific structure that's filled with the data to be submitted. The program should fill the BDC table with values for fields, one row in the internal table per record. An additional record to provide information about the screen itself must precede the rows of field data.

Structure of BDC table :

Program - Program Name of Transaction.

dynpro - Screen Numbr of transaction.

dynbegin - Indicator for new screen.

fnam - name of database field from screen.

fval - value to be submit to field.

I think you are clear with BDC Structure.

Regards

Raghavendra.D.S