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

Performance issue while update the variant table using Fm : CAMA_TABLE_MAINTAIN_ENTRIES

Former Member
0 Likes
834

Hi,

I have a varinat table with more then 5000 entries.

When this variant table is updated , it takes around 6 seconds approx.  to update a single record of the variant table.

So if i want to update 100 records of the table, it will take 600 sec (10 min) appeox.  to update the variant table.

This is too long time and has performance issue.

Do ypu know how can i improve the performance?

Is there any other Fm to update the variant table?

Thanks in advance,

Regards,
Sonam.

2 REPLIES 2
Read only

rajkumarnarasimman
Active Contributor
0 Likes
653

Hi Sonam,

Please find the report program RS_CHANGE_VARIANT in SE38. I hope we can modify the variant using FM  RS_VARIANT_CHANGE.

Regards

Rajkumar Narasimman

Read only

RaymondGiuseppi
Active Contributor
0 Likes
653

AFAIK there are officially only two tools to update those data

  • API : CARD_TABLE_READ_ENTRIES, CAMA_TABLE_MAINTAIN_ENTRIES, CAMA_TABLE_SAVE
  • IDoc : Message Type VTAMAS01, -02

As you got performance problem with the API, you could try to use the IDoc soluton (no warranties, no refunds)

Regards,

Raymond