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

Editable step loop

Former Member
0 Likes
498

Hi all,

I have created a step loop with material number quantity and UOM.

in which quantity and UOM are editable .

Can any one help me getting ediated value in the step loop to my internal table.

please help.

Thanks,

Shobhit

2 REPLIES 2
Read only

Former Member
0 Likes
442

Hi Shobhit,

In the PAI of the Step loop, You have to call a module that will navigate you to an ABAP program. In this Module you can edit the contents of the internal table as per your requirement.

Search in on SCN you will find many code samples demonstrating this.

Regards

Abhii

Read only

Former Member
0 Likes
442

You have to do this in PAI in step loop , just edit the content of internal table.

Hope you understand it.