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: 

How to edit attributes of the internal table

suityan98
Explorer
0 Kudos
522

Do anyone has any idea about how to edit the following attributes? Want to add new row inside.

8 REPLIES 8

kevinholtkamptc
Explorer

0 Kudos
439

no this one do not help me, i dont need temporary add the new row inside the internal table

I need when a situation meet, the internal table show 8 result with new row included inside rather than only contains 7 rows...

FredericGirod
Active Contributor
0 Kudos
439

This internal table is from QM02 transaction when you want to print for example Certificat of analysis.

You should update the value from the transaction

FredericGirod
Active Contributor
0 Kudos
439

trans QA02

matt
Active Contributor
0 Kudos
439

Where do are you attempting to do this? In an exit? More information is needed.

venkateswaran_k
Active Contributor
0 Kudos
439

Hi

You can add new row to the internal table while debugging.

As shown in the screen, click on right click on table. It will add a new row

Let me know if it works for you

FredericGirod
Active Contributor
0 Kudos
439

So again, this complex table is used for the certificat of analysis, you could find the declaration in the include AAP00T01.

If you want to modify the content of this table, you have to define the WHEN, or the WHAT is the objective

If it is to impact the COA, just modify the print program define in the table TNAPR (standard KSCHL is LQCA)

raymond_giuseppi
Active Contributor
0 Kudos
439

Do you want to change the resulting output and/or the characteristics list and/or the characterstics values associated to the batch in database ?