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: 

BADI ME21 . Adding subscreen.

Former Member
0 Kudos

Hi Friends,

I used sample code in definition name ME_GUI_PO_CUST and method SUBSCRIBE. and created a new implementation in SE19 with the name ZME_GUI_PO_CUST .

i m getting an error message at a line.

ls_subscriber-name = subscreen1. (Line No 14).

"The field subscreen1 is unknown'.

But in a sample code (i have seen in se18.) when i double click on subscreen1.

it goes to CL_EXM_IM_ME_GUI_PO_CUST (Class interface).

Thanks.

Jeyaseelan.

1 REPLY 1

krishnendu_laha
Active Contributor
0 Kudos

Hi Jey,

Here 'subscreen1' is a constant. You can give any name to you choice after defining as constant in ABAP code.

Declare a constant and try with that name.

Regards

Krishnendu