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

include bdcrecx1

radhushankar
Participant
0 Likes
903

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
829

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

5 REPLIES 5
Read only

Former Member
0 Likes
830

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

Read only

0 Likes
829

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.

Read only

0 Likes
829

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.

Read only

0 Likes
829

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

Read only

radhushankar
Participant
0 Likes
829

Thanks for ur replies