2009 Dec 16 4:43 AM
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
2009 Dec 16 5:53 PM
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
2009 Dec 16 6:41 PM
Hi,
Use the BADI QM00_SUBSCR_5000 and it will help you to solve the problem
Regards
Shiva
2009 Dec 16 6:49 PM
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