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 excess quantity field in QA11

Former Member
0 Likes
617

Hello experts,

I have a requirement to add one more field "extra recieved" in tcode QA11 below the field "short received" on screen "Record usage decission:stock" under tab "inspection lot stock".

Is it possible to add this new field in this tcode,if yes, what is the corresponding user exit or badi for this.

I tried to search for exits and badi for this tcode but didn't found any.

Moreover, I found enhancement-points in the abap code of this corresponding screen but already code is added in all enhancement points, also please tell me is it possible to create new enhancement point in standard abap code.

Hello experts,

I have a requirement to add one more field "extra recieved" in tcode QA11 below the field "short received" on screen "Record usage decission:stock" under tab "inspection lot stock".

Is it possible to add this new field in this tcode,if yes, what is the corresponding user exit or badi for this.

I tried to search for exits and badi for this tcode but didn't found any.

Moreover, I found enhancement-points in the abap code of this corresponding screen but already code is added in all enhancement points, also please tell me is it possible to create new enhancement point in standard abap code.

1 REPLY 1
Read only

madhu_vadlamani
Active Contributor
0 Likes
498

Hi Shubh,

I do not think it is possible to add fields in existing tabs.If you want extra custom fields add a custom tab and check.See the documentation of this badi QEVA_SUBSCREEN_1101.

Regards,

Madhu.