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

Screen Exit for QM01

Former Member
0 Likes
1,519

Hi,

I want to add two field named Invoice and Invoice item in the transaction QM01, tab reference object. Could you please help me out with any screen exit in which I can insert the field.

Thanks in advance!

Parul

Hi,

I want to add two field named Invoice and Invoice item in the transaction QM01, tab reference object. Could you please help me out with any screen exit in which I can insert the field.

Thanks in advance!

Parul

3 REPLIES 3
Read only

Former Member
0 Likes
897

Hi,

Goto Tcode QM01,

Menu Bar> System>Status, double click on Program

It will take you to the Program, agin on Menu bar>Goto>Object Attributes, in that copy the Package.

Goto SE84 Tcode, Enhancements > Customer Enhancements,

In Package, give the copied package name,

It will give you list of Customer Exits.

Double click on each enhancement, and look for any enhance ment in Screen of any particular enhancement.

(or)

Search in these tables

MODSAP

MODSAPA

MODSAPT

Read only

Former Member
0 Likes
897

Hi,

Use the BADI QM00_SUBSCR_5000 and it will help you to solve the problem

Regards

Shiva

Read only

Former Member
0 Likes
897

Hi

If you want to add custom fields in custom screen for tr. QM01 use function module EXIT_SAPMIWO0_008 to write the code for update of custom fields to the structure.

Edited by: nihad omerbegovic on Dec 16, 2009 7:52 PM