2007 May 02 11:20 AM
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
2007 May 02 11:26 AM
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
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
2007 May 02 11:26 AM
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
2007 May 02 11:42 AM
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.
2007 May 02 12:51 PM
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.