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: 

MIGO : Disable Batch

Former Member
0 Kudos

Hi Expert.

Please help me.

Requirement :  TO disable Batch Field (GOITEM-CHARG) when Batch was created(i.c. After Check or when GOITEM-CHARG is not INITIAL) for Specific Company Code & Plant.

urgent.

Regards.

Pradip Patel.

1 ACCEPTED SOLUTION

former_member210541
Active Participant

Use enhancement point PBO_TABLEVIEW_LOOP_01 in  enhancement spot  ES_SAPLMIGO

and write the following code

IF goitem-charg is not INITIAL.

LOOP AT SCREEN.

       IF screen-name EQ 'GOITEM-CHARG'.

         screen-input = 0.

         MODIFY SCREEN.

       ENDIF.

     ENDLOOP.

ENDIF.



3 REPLIES 3

former_member210541
Active Participant

Use enhancement point PBO_TABLEVIEW_LOOP_01 in  enhancement spot  ES_SAPLMIGO

and write the following code

IF goitem-charg is not INITIAL.

LOOP AT SCREEN.

       IF screen-name EQ 'GOITEM-CHARG'.

         screen-input = 0.

         MODIFY SCREEN.

       ENDIF.

     ENDLOOP.

ENDIF.



0 Kudos

Thanks for Reply.

Please tell me here can i Check Plant ?????

Thanks.

PRadip Patel.

0 Kudos

yes..the plant can be found in GOITEM-WERKS