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

Standard Screen Table control-adding field

0 Likes
1,394

Hi Experts,

I have a requirement to add additional column Quota START as second field in output layout PZ09 transaction. In structures ABWKO, ABWKO_2 add field QUOTASTART as last field. Now I am trying to add column to table control but displaying one column only and I need field position should be in second place but not allowing me to do. Requesting for help.

3 REPLIES 3
Read only

Sandra_Rossi
Active Contributor
0 Likes
1,252

First important question: you want to change the standard so, did you request a modification key?

Now, back to your question, I checked what is PZ09, it's not a table control, it's a step loop. Very old technology.

I advise you to first work with a Z copy of SAPMPZ09 program, and try to move the fields. It's quite complex to understand how to do it.

After that, when you change a step loop to move the fields outside the original loop and redefining it, I'm not sure you can do it without deactivating the modification assistant. You may switch it off hopefully via an option in the menu.

Read only

0 Likes
1,252

Thanks Sandra .

I have modification key and able to edit the layout.

May I know, is it possible to make the changes in standard SAPMPZ09 program without copying to custom.

If yes, please suggest the steps to change. Thanks in Adavance.

Read only

0 Likes
1,252

I guess you're not comfortable with Step Loop technology, it's why I advise you to train first on a copy.

Of course, I don't say to use a copy of standard program instead of standard program. What I say is a copy just for training, after that, when you're comfortable, delete the custom copy.

I think you'll be able to understand how it works. Feel free to ask more precise question if any doubt.