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 using screen exit

Former Member
0 Likes
804

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

4 REPLIES 4
Read only

Former Member
0 Likes
622

Hi,

You have to check the transaction for which you need to create a field.

if there is a provision for screen exit,you can do it.

Regards,

pankaj singh

Read only

Former Member
0 Likes
622

Hi Punit, Yeah it can be done using a user exit or a BADI. But u have to find out a suitable Screen exit which does this...BTW for which transaction r u trying to do???

Regards,

Swaroop

Read only

0 Likes
622

Hi folks,

I have to add field to the txn QM02.

Thanks,

Punit

Read only

0 Likes
622

Hi Punit,

There are various screen user exits(QQMA0001,QQMA0008,QQMA0010,

QQMA0011,QQMA0012) available for this transaction but all are related to adding a subscreen.So, I am not very sure whether we can modify a table control for this transaction. So, If possible if u r requirement still can be acheived with creation of a subscreen then it would do only if the exits which were mentioned above belongs to u r main screen..

Regards,

Swaroop