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

For LSMW

Former Member
0 Likes
414

Hi friends,

I am using LSMW Standard Batch / direct input

Object : 0100 " Financial Document"

Method : 0000

Program name : RFBIBL00

In this LSMW get the header data from : BBKPF structure

and Item data from : BBSEG structure

Can you guide me how to create Header structure and item structure and map the both

means the header data should come to header structure and item data should come Item structure !!!

Thanking you.

Best regards,

Subasha

Hi friends,

I am using LSMW Standard Batch / direct input

Object : 0100 " Financial Document"

Method : 0000

Program name : RFBIBL00

In this LSMW get the header data from : BBKPF structure

and Item data from : BBSEG structure

Can you guide me how to create Header structure and item structure and map the both

means the header data should come to header structure and item data should come Item structure !!!

Thanking you.

Best regards,

Subasha

1 REPLY 1
Read only

sachin_jadhav8
Participant
0 Likes
363

Hello,

U need to define two source structures e.g y_header_bom create another one at lower level

as e.g y_item_bom

define source fields under header & item

Give relationship with standard structure.

Map corresponding fields against header & item structures.

Regards,

Sachin.