Application Development 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: 

Regarding MB21 transaction

Former Member
0 Kudos

hi all

for MB21 transaction , in second screen I want to make Goods Recepient(WEMPF) field as obligatory

field.

for the one i found one customer exit i added some logic

that logic is here........

if ti_rkpf-bwart = 201 and

ti_rkpf-wempf is initial.

message 'Enter the value in Goods' type 'E'.

loop at screen.

screen-active = '1'.

modify screen.

endloop.

endif..

In this one when I try to save the transaction which is throwing error message ,my requrement is i want enable the screen after error message.when i coded between Chain Endchain the system throwing error.

above logic to enable the screen also not working fine.

suggest me to acheive my requirment.

thanks in advance

prasanna kumar

4 REPLIES 4

Former Member
0 Kudos

hi,

Could you tell which Customer exit you foind to do this, please?

this is vert important to me. I cant find any yet.

thank you.

Julia

0 Kudos

HI

Try using this exit 'MBCF0007'.

regards

prasanna kumar

Former Member
0 Kudos

you can put this field ti_rkpf-wempf into CHAIN and ENDCHAIN in PBO

0 Kudos

hi chenna keshava

I already told in my post that chain endchain is also not working.could you tell me any other alternative.

thanks

prasanna kumar