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

BDC SESSION PROBLEM---with Doc. Types (FB01)

Former Member
0 Likes
521

Hi all,

I am supposed to develop a BDC for the tcode 'ZFB01'(same as fb01), where the doc type comes from the flat file, so i have recoreded once for one type of doc. type , and developed the program using session method,

and while uploading when any other doc. type comes from the flat file the session is not being created....

So, is it that i have to take the recording for all the Doc. types seperately and give the condition if for a particular doc.type perform this recodring or is there any other method.....

pls give me a suggestion,

thanks and regards,

CAPC

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
480

Hi

Yes, For different doc types different screen flow will be there

so based on nthe doc type you have to populate the fields

so better keep that condition and do

Reward points for useful Answers

Regards

Anji

2 REPLIES 2
Read only

Former Member
0 Likes
481

Hi

Yes, For different doc types different screen flow will be there

so based on nthe doc type you have to populate the fields

so better keep that condition and do

Reward points for useful Answers

Regards

Anji

Read only

0 Likes
480

Hi Anji,

Thanks for the suggestion, can u pls tell me if there is any function module to get the next screen number....(also consider that the line item is coming from the flat file)is there anything like i can get to know the next screen number taking the doc type from the flat file....

regards,

CAPC