Application Development 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: 

Adding Table control in standard Transactions

0 Kudos

Hello Experts,

I have a requirement for which i need to enhance VA41/VA42/VA43 Transactions , I am using Badi  'BADI_SLS_ITEM_SCR_CUS' for this development.

In Item Level i need to add a table control , i created that table control and storing table control data into a ZTABLE with reference to VBELN using user-exits.


The Issue is when i enter data in table control for a line item(for ex: POSNR = 10),then I add another line item (for ex:- POSNR = 20), the data of first line item copy automatically into second line item, if i refresh table control then it erases all data.

Kindly Suggest the solution...


Thanks & Regards


Sushil Kumar Shrivastava

2 REPLIES 2

Juwin
Active Contributor
0 Kudos

Check the logic of the program, where the data is getting copied/ cleared (Hint: take help of debugger/ breakpoint/ watchpoint).

Kindly note, this is not a generic problem that anyone may be able to suggest an answer without knowing what is written in the program.

Thanks,

Juwin

0 Kudos

Hi Juwin,

Thanks for your reply,But the issue is solved my myself..

Thanks

Sushil Kumar Shrivastava