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

Adding field to Table Control

Former Member
0 Likes
391

Hi Folks,

I have a requirement of adding a field in Table control of Standard SAP transaction also updating the same in standard SAP database table.

The field is also not existing in the table, it is also added to the table using Append Structure.

Will this be possible using some Screen Exit?

Thanks in Advance.

Punit

2 REPLIES 2
Read only

Former Member
0 Likes
352

Hello,

yes tell me what is the tranaction name.

If you have display on screen (Custom Field) you dont need to do any programming to move that particular table - if at all you face problem you can easily find out by debugging where custom field value is missing.

********Poorna**********

Read only

0 Likes
352

Hi Poorna,

Thanks for the reply.

I have to add field to the txn QM02. User will specify the value for the custom field in this txn and the same should be updated in the database table.

The field is not a std SAP field, it is added to the table using append structure.

Thanks,

Punit