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: 

User-exit for process header-text vf01-vf02 on save

Former Member
0 Kudos

Hi Guru,

I am trying to find user exit vf01 and vf02 for process header text.

Can you help me?

7 REPLIES 7

marius_greeff
Active Participant
0 Kudos

Hi,

Meaing by process, do you want to update header text or read it and do something with the info?

The BADI BADI_SD_BILLING_ITEM may be of some use either way.

Regards,

M

0 Kudos

Hi,

I have reached the following information.

Include RV60AFZZ and

FORM userexit_pricing_prepare_tkomk.

But I can not find the screen value.

In classic vay SE37--> READ_TEXT I found the oldu value (DB value).

When vf01 or vf02 save operation call userexit_pricing_prepare_tkomk.


What is the variable or internal table for text value for header?



Thank you.

0 Kudos

If you want to read the current text then you can use

 

IMPORT THEAD TO HEADER
TLINE
TO LINES
FROM MEMORY ID

 

'SAPLSTXD'

0 Kudos

Hi nabheet,

XTHEAD[] internal table has data but I can not read the line value:)

0 Kudos

TLINE table will have contents

0 Kudos

thank for response nabheet.

when I want to activate your recent code SAP return error

and also there is no TLINE internal table on debug mode.

Thanks.

Former Member
0 Kudos

User-exit EXIT_SAPLV60B_001 or BTE 1120 can be useful and triggers from VF* transactions.

Not sure about billing document/invoice but it works for accounting document posting which gets generated from VF01 after invoicing.

Can be checked for your requirement.

Regards

Ansumesh