cancel
Showing results for 
Search instead for 
Did you mean: 

Coping delivery header field (LIKP-LIFEX) to invoice header texts

former_member585227
Participant
0 Kudos

Hi,

Is there a way to copy data which entered into LIKP-LIFEX to invoice header text ?

thanks.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Check with User Exit RV60AFZC .

Inside this Include check by coding inside

FORM USEREXIT_FILL_VBRK_VBRP.

* Example: change Tax country

* VBRK-LANDTX = T001-LAND1.

ENDFORM.


Check whether LIKP Data is available inside this Exit or Not.

If Not you can code a Select Single to LIPS with key LIPS-VBELN = VBRP-VGBEL to get Delivery Doc and thereafter do Select Single to LIKP to get LIFEX.



OR


You can also code in the Copy Control Routine assigned.

Routine assigned at Copy Control of Delivery to Invoice ( VTFL ).