cancel
Showing results for 
Search instead for 
Did you mean: 

urgent

Former Member
0 Kudos

Hello,

plz tell me i had to include header text of invoice in my report , from where i can retrieve this data.

plz do help me .

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi Priya,

You can fetch Invoice Header Information from the table VBRK.

Reward useful points,

Siva

Former Member
0 Kudos

Thanks for the reply,

but i not able to get that details in vbrk table , its coming in STXL or STXH table wit5h an textid but that data i not able to get.

plz suggest m me.

former_member183879
Active Contributor
0 Kudos

if u use the FM READ_TEXT, the texts will be fetched without any problem

Former Member
0 Kudos

In the program call function module

CALL FUNCTION 'READ_TEXT'

EXPORTING

  • CLIENT = SY-MANDT

ID = ID

LANGUAGE = LANGUAGE

NAME = NAME

OBJECT = OBJECT

  • ARCHIVE_HANDLE = 0

  • LOCAL_CAT = ' '

  • IMPORTING

  • HEADER = HEADER

TABLES

LINES = LINES

her pass object id and name in the function module to retrieve the text

Answers (1)

Answers (1)

former_member183879
Active Contributor
0 Kudos

Hi

You have to use the function module READ_TEXT to retrieve the texts from header of invoice document and present in the report.

Give this function module to teh technical guy, he will do the rest needed.

Pls assign reward points.