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

How to write a program for header & line items in BDC for session method

Former Member
0 Likes
512

Hi Friends,

Could anyone let me know how to write a program for header & line items in BDC for session method.

Regards,

Kumar.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
488

Hi,

You have to write like call transaction method only, ony while executing choose session method option.

You can take 2 files seperatly into 2 internal tables.

and then use nested loop to upload it.

Reward if useful!

3 REPLIES 3
Read only

Former Member
0 Likes
489

Hi,

You have to write like call transaction method only, ony while executing choose session method option.

You can take 2 files seperatly into 2 internal tables.

and then use nested loop to upload it.

Reward if useful!

Read only

0 Likes
488

Hi

My query for the bdc is mentioned below. could you pls help me in this regard as to how to proceed for BDC ( sessoin method in detail).

header

line1

line2

header

header

line1

line2

line3

Regards

Kumar

Read only

Former Member
0 Likes
488

Got the solution.