‎2008 Jan 17 7:42 AM
Hi all,
Can any one give me some idea abt the include program(include bdcrecx1) which is commonly used in BDC???
Thanks and Regards,
Arun.J
‎2008 Jan 17 7:48 AM
hai it has code required for bdc processing ...
in that include u can find form statements to upload bdcdata table.
like program,
dynpro,
dynbegin,
fnam,
fval.
just double click on that u can get an idea.
hope it will help u
reward points if its useful
Edited by: sudheer b on Jan 17, 2008 8:49 AM
‎2008 Jan 17 7:48 AM
hai it has code required for bdc processing ...
in that include u can find form statements to upload bdcdata table.
like program,
dynpro,
dynbegin,
fnam,
fval.
just double click on that u can get an idea.
hope it will help u
reward points if its useful
Edited by: sudheer b on Jan 17, 2008 8:49 AM
‎2008 Jan 17 7:56 AM
My doubt is after doin the recording in SHDB normally we will transfer the recordings to a report and we will do the codings as per our requirements..
we have to manually write the include bdcrecx1??? or ???
Thanks ,
arun.
‎2008 Jan 17 8:31 AM
generally we dont use that include.
we write our code as per requirement.
for ur clarification ...
after recording.if we dont change any code and if we go for F8 .. IT will display screen asking in which method u want process wheather in call trans or session.
for that coding only u hav that include.
‎2008 Jan 17 8:56 AM
Radhu,
bdcrecx1 Include contains the FORM routines that we use to fill the BDCDATA internal table as well as to call the transaction and laso this is a include which contains selection screen and important suroutines used for BDC.
As per the req we need to write the Include manually
Kanagaraja L
‎2008 Jan 17 10:29 AM