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

hi

Former Member
0 Likes
448

Hi all,

My requirement is as follows:

I go to CU60 Transaction which is the tcode to maintain a variant table...i have for eg a variant table spec_details which contains a few characteristic columns and their related values. i downloaded them from the 4.6 server easily..

But i am unable to upload the same data to 6.0 server as i don know which tool to use.. could u plz suggest me some tool and if possible a code for this...i have tried BDC but it doesnt work. I don think a BAPI exist for variant table upload.

Plz help..its urgent...

Regards,

Lailu Philip.

Hi all,

My requirement is as follows:

I go to CU60 Transaction which is the tcode to maintain a variant table...i have for eg a variant table spec_details which contains a few characteristic columns and their related values. i downloaded them from the 4.6 server easily..

But i am unable to upload the same data to 6.0 server as i don know which tool to use.. could u plz suggest me some tool and if possible a code for this...i have tried BDC but it doesnt work. I don think a BAPI exist for variant table upload.

Plz help..its urgent...

Regards,

Lailu Philip.

2 REPLIES 2
Read only

amit_khare
Active Contributor
0 Likes
373

Use LSMW.

Check this step by step guide to it.

<a href="http://www.scmexpertonline.com/downloads/SCM_LSMW_StepsOnWeb.doc">LSMW</a>

Regards,

Amit

Read only

Former Member
0 Likes
373

Hi Lailu,

Please check this FM perhaps they may help.

CUD2_PROCESS_ALE_FLAG

CUD2_PROCESS_ANY_TABLE

CUD2_PROCESS_TABLE

CUD2_TABLE_CONTENT_DELETE

CUD2_TABLE_CONTENT_PREPARE

CUD2_TABLE_CONTENT_UPDATE

CUD2_TABLE_LINE_APPEND

CUD2_TABLE_LINE_CHANGE

CUD2_TABLE_LINE_DELETE

CUD2_TABLE_LINE_READ

Regards,

Ferry Lianto

Please reward points if helpful.