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: 

Update item text on Invoice Creation

SimoneMilesi
Active Contributor
0 Kudos

Hi all,

i'm in need to update a custom text (recovered by customizing rules from Delivery) on Invoice item while creating the invoice itself.

I was trying with existing user exit but everything seems overwrite later in the process.

There is a specific user exit for invoice's texts? I'm on ECC 6.0 EHP5

1 ACCEPTED SOLUTION

gouravkumar64
Active Contributor
0 Kudos

Hi,

You can try enhancement LMR1M004.

Include ZXM08U29 of user-exit EXIT_SAPLMRMP_004 .

Thanks

Gourav.

6 REPLIES 6

gouravkumar64
Active Contributor
0 Kudos

Hi,

You can try enhancement LMR1M004.

Include ZXM08U29 of user-exit EXIT_SAPLMRMP_004 .

Thanks

Gourav.

0 Kudos

Sadly i put a break point but my text is not trigged here.

Even more, i need som Invoice data to update the text

0 Kudos

Hi,

Assuming u r talking about MIRO,

Upper part some german code was there,

>>

Select single lifnr into s_lif [ekko-lifnr] from ekko

where ebeln eq tab_drseg-ebeln. "tab_dr is table

else

s_lif = tab_drseg-lifnr.

endif.

then

select single name1 into s_nam[lfa1-name1] from lfa1

where lifnr eq s_lif.

concatenate <both> into <one variable> separated by '/'.

Is It helpful?

Thanks

Gourav.

0 Kudos

My fault, sorry.

I'm talking about SD invoices

0 Kudos

I found the solution with an enanchement

Thanks anyway for the hint on MIRO.. i keep note of that!

0 Kudos

Hi Simone,

which enanchement did you use?

Thanks