cancel
Showing results for 
Search instead for 
Did you mean: 

How to Make Control code field which is added for GST as editble in ME21/ME22

former_member182379
Contributor
0 Kudos

Hi,

As per GST note new field is added in ME21N as control code, MEPO1344-STEUC

as this field is not editable for PO with material code, as per our business requirement we want to make this editable, how we can make this edible with badi

ME_PROCESS_PO_CUST -FIELDSELECTION_ITEM

As I am not getting metafiedl for this new field

Accepted Solutions (0)

Answers (6)

Answers (6)

0 Kudos

Dear All,

I have found some solution so pls look into it :-

go to SE24 -> CL_BASIC_MODEL_VIEW_MM enter this class

after that double click on PBO method

do your implicit Enhancement after this metho CALL METHOD get_default_cursor

Loop at screen.
If screen-NAME = 'MEPO1344-STEUC'.
screen-required = 1. " for making it Mandatory
screen-input = 1. for making it Editable
modify screen.
endif.
Endloop.

Thanks

0 Kudos

How to make control code mandatory in ME21N

0 Kudos

Dear Zafar,

We are also having similar requirement.

Can you please confirm how did you do the changes in SAP standard codes as this is not editable.

did you take any key for changes.

Please help.

Regards,

Meenakshi

former_member182379
Contributor
0 Kudos

Hi,

Thanks all for your reply, I have done this using

Class : J_1ICL_GST_SERVICE_PURCHASING

Method : EXTEND_LMEPOF8D_EXECUTE

Regards,

Zafar

0 Kudos

Hello Sir,

I have same requirement can you suggest me how to do that?

Thanx & Regards,

Sanjay

Former Member
0 Kudos

Hello ,

Why you need this Editable , as the HSN code per material will be unique and you need to update the material master to get correct code.

making it editable might lead to confusion in future if the HSN is changed manually in PO which does not match with your Material HSN.

thanks

kUnal

phanikumar_v3
Active Contributor
0 Kudos

Why you want to EDIT the Control code at PO level-What is the business logic-Can you please elaborate..

Phanikumar