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 in QM01

juancarlos_tena
Explorer
0 Kudos
340

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

4 REPLIES 4
Read only

Former Member
Read only

Former Member
0 Kudos
220

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.

Read only

Former Member
0 Kudos
220

Hi Can you Paste the Code what ever you are trying .

regards

vijay

Read only

Former Member
0 Kudos
220

Hi check the Screen-ACTIVE = '0' or '1'.

if it is 0 you will not be able to see the fields

regards

vijay