Application Development and Automation 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: 
Read only

How to add custom batch number in COR1 through enhancement ?

former_member207873
Participant
0 Kudos
652

Hi Experts,

I need to add custom batch number in COR1 through some logic. Here are the methods which I tried.

1) Using EXIT_SAPLV01Z_002- This option has been best , but in the custom batch number i need to incorporate date which is AFPO-GLTRS which I am not getting in this include.

2) I tried Exit EXIT_SAPLCOBT_001 - Here I can change the batch number and can include AFPO-GLTRS (date) using exits internal table POSITION_TABLE . But even after changing the POSITION_TABLE the new batch is not getting updated in the process order.

Kindly Advice what to do in this scenario.

B.R.

1 REPLY 1
Read only

former_member207873
Participant
0 Kudos
254

any help ?