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

User-Exit for MB1A - Dynpro 421

Former Member
0 Likes
825

Hi:

I need a User-Exit to make a validation of fields COBL-AUFNR and MSEG-WERKS on Dynpro 421.

I have found this...


MBCF0011
MBCFC004
MBCFC003
MBCF0010
MBCF0009
MBCF0002
MBCF0005
MBCF0006
MBCF0007

But I don't think I can use them, because the structure COBL is not there....Any help?

Greetings,

Blag.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
763

Use the user exit MBCF0011 has structure COWB_COMP which has aufnr.

Tables in FM EXIT_PP_PICK_LIST_001 has CT_GM_TAB-AUFNR

reward if you find it helpful

Hi:

I need a User-Exit to make a validation of fields COBL-AUFNR and MSEG-WERKS on Dynpro 421.

I have found this...


MBCF0011
MBCFC004
MBCFC003
MBCF0010
MBCF0009
MBCF0002
MBCF0005
MBCF0006
MBCF0007

But I don't think I can use them, because the structure COBL is not there....Any help?

Greetings,

Blag.

4 REPLIES 4
Read only

Former Member
0 Likes
764

Use the user exit MBCF0011 has structure COWB_COMP which has aufnr.

Tables in FM EXIT_PP_PICK_LIST_001 has CT_GM_TAB-AUFNR

reward if you find it helpful

Read only

0 Likes
763

Thanks for the answer Nallasamy...But...As long as the Dynpro field is <b>COBL-AUFNR</b> shouldn't I need an COBL structure instead of COWB_COMP???

Greetings,

Blag.

Read only

0 Likes
763

Alvaro Tejada Galindo

I believe if you change the value in this user exit, the Dynpro screen field would change automatically since it has the structure GOCOBL which is the same as COBL. Try and let me know..

Read only

0 Likes
763

Actually, I need <b>MBCF0002</b>, but thanks anyway -:) I'm giving you the 10 points -:D

Greetings,

Blag.