cancel
Showing results for 
Search instead for 
Did you mean: 

Enhancement in T Code LECI

Former Member
0 Kudos

Hi Gurus,

I want to use standard t code LECI for Gate Pass System I have to track the Inward/Outward vehicle movement according to Purchase Order /Sales Order.I have to add two fields purchase order and sales order in t code LECI. I found one BADI for this

BADI_CHECK_IN_01 .Is it possible to add fields by this badi.

which method should be implemented.

IS_EVENT_OLD Activities Within the Check-in/Check-out Process

IS_EVENT_DATA_OLD Activity Data Within the Check-in/Check-out Process

IS_CONTROL_FLAGS Control Indicators for Check-in

CS_TRA_PRO Record Check-in Data for Means of Transport

CS_PER_PRO Record Check-in Data for Means of Transport

Thanks

Chitta Ranjan Mahato

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

You will need to implement BADI - BADI_CHECK_IN_01. You will have to create a module pool Z-program and a screen (Type - Subscreen) which shall contain your new fields to be added.

Once the above has been done, Add the calling program (Z-program), screen number in the Subscreens Tab of your implemented BADI.

Regards,

Danish.

former_member198275
Active Contributor
0 Kudos

Hi,

There is only one method in this BADI i.e. BADI_CHECK_IN_01.. those what you have mentioned are importing/changing parameters.. as you have to add two fileds , in the BADI there is tab call "subscreens", this you have use for 2 fields.. after that use that method to acheive your requirement.