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

VA41 data Conversion

Former Member
0 Likes
605

Hi All,

Just quick question What’s best option for VA41 data Conversion (single/multiple line items). Custom BDC / Custom Program with BAPI / Standard Idoc / LSMW /...

Thanks in advance.

Regards,

Tim

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
560

hi Tim,

you will need to either write a program to upload the data to an internal table, or use LSMW to handle all that. Either way, you should use BAPI_CONTRACT_CREATEFROMDATA.

Regards,

Naveen

3 REPLIES 3
Read only

Former Member
0 Likes
561

hi Tim,

you will need to either write a program to upload the data to an internal table, or use LSMW to handle all that. Either way, you should use BAPI_CONTRACT_CREATEFROMDATA.

Regards,

Naveen

Read only

Former Member
0 Likes
560

Hi Tim,

When you are working on Data Migration with Table controls(for Line Items), Go for Custom BDC Programming, so that you can take care of the Resolution factor arising in table controls.

Regards:-

Santosh.

Read only

Former Member
0 Likes
560

BAPI