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

BDCRECX1

Former Member
0 Likes
1,129

hello all,

Can some one tell me whether there is any specific situation that we use BDCRECX1. what are the advantages and disadvantages of using it?

thanks

SDN Powered

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
723

Hi,

Actually this is a include which contains selection screen and important suroutines used for BDC.

With this it is easy to call simly forms and reduce code length.

It shows a standard selection screen also.

Regards,

Jogdand M B

3 REPLIES 3
Read only

Former Member
0 Likes
724

Hi,

Actually this is a include which contains selection screen and important suroutines used for BDC.

With this it is easy to call simly forms and reduce code length.

It shows a standard selection screen also.

Regards,

Jogdand M B

Read only

Former Member
0 Likes
723

hi,

BDCrecx1 is an include which contains selection-screen which we get when we execute the BDC program using Recording.It contains Performs BDC_DYNPRO and BDC_FIELD which are used to pass screen numbers and screen fields.It contains Session logic and call transaction logic.

just double click on BDCRECX1 and check it once.

Read only

Former Member
0 Likes
723

Hi ,

BDCRECX1 is an include program.Its will contain all the subroutines regarding the session and call transaction methods such as selection-screen options,open,inserting and closing the data.

So if there a need to change any of these option its better to write own code by commenting that.Double click on that,it will show all these things.