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

Variant table Bapi

Former Member
0 Likes
560

Hi Experts,

i need a BAPI / FM for creation of variant table(CU61)

Thanks

Surendra Reddy

1 REPLY 1
Read only

Former Member
0 Likes
373

You can use CAMA_TABLE_MAINTAIN_STRUCTURE to create a variant table, and CAMA_TABLE_MAINTAIN_VALUES to add values to a table. Finally, you use CAMA_TABLE_SAVE to save the table.

Note also, that transaction CU60E lets you upload variant table data from an Excel spreadsheet.

Regards, Jesper