Dears,
I have a legal requirement about delivery items number, let's say 5 items as maximun value,
so I need to split the delivery when the max value is reached.
I've copied the routine FORM DATEN_KOPIEREN_001 , creating a new DATEN_KOPIEREN_601
I've assigned my own routine using transaction VTLA at header level. ( delivery = ZLF and sales order = ZTA).
The logic code is easy : Each time the item counter reach my maximun value, then I move a new key to LIKP-ZUKRL.
When I run VL01N transaction, this approach works fine!, but when VL10A is run got the DUMP below:
User, transaction...
Client.............. 200
User................ "VMUNOZ"
Language key........ "S"
Transaction......... "VL10X "
Program............. "SAPLV05I "
Screen.............. "SAPLSLVC_FULLSCREEN 0500"
Screen line......... 5
Information on where termination occurred
The termination occurred in the ABAP/4 program "SAPLV05I " in
"SD_PARTNER_UPDATE".
The main program was "RVV50R10C ".
The termination occurred in line 480
I've checked several notes trying to find out what is wrong , but nothing.
also I've verified the partner configuration and also looks fine ..
I'll appreciate any advice
Victor