2005 Nov 23 12:13 PM
Hello,
I need to add several fields in transaction QM01, I have tried to implement a screen-user in CMOD with
SAPLIQS0 7790 USER0001 SAPLXQQM 0100
with a field of test but I don't know what I must do it more, because the field don't appear in any dynpro.
Any idea or where can I find any information??
Before this i have tried to find a field to introduce a data is external of SAP, but I don't find something, because the mayority is validated from SAP (listbox).
Thanks a lot,
Paloma
Message was edited by: Paloma Bernardos Dominguez
2005 Nov 29 11:26 AM
Hi,
I think ur making a mistake while configuration.
Refer
http://www.sapgenie.com/abap/fieldexits.htm
http://www.sap-img.com/abap/field-exits-smod-cmod-questions-and-answers.htm
http://sap.ittoolbox.com/pub/MM031202/MM031302.htm
Regards,
Amey
2005 Nov 29 11:40 AM
Hi,
Initially, the corresponding master database tables for QM01 needs to be used to add the required field as a Z-field.
From CMOD, using the corresponging exit, this field needs to be added to the screen and activate the same. Mostly, there might be 2 screen exits, one for PBO & other for PAI. The required code needs to be used in this section for the field to be used accordingly. The code should use the field added to the database table.
2005 Nov 29 11:44 AM
Hi Can you Paste the Code what ever you are trying .
regards
vijay
2005 Nov 29 11:50 AM
Hi check the Screen-ACTIVE = '0' or '1'.
if it is 0 you will not be able to see the fields
regards
vijay