5

BAPI to read the text in billing header

 2 years ago
source link: https://answers.sap.com/questions/13661657/bapi-to-read-the-text-in-billing-header.html
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client
Search Questions and Answers
2 hours ago

BAPI to read the text in billing header

12 Views

Is there BAPI to read the text stored at header level of billing data.

Or Is there any BAPI through which I can enter the text and save it in header part of billing.

Can someone suggest the BAPI used for Text pl.

1 Answer
Sort by:
Best Answer

To Read the Header text item, you can use the following FM.

Each header item will have its own IDs

CALL FUNCTION 'READ_TEXT'
EXPORTING
CLIENT = SY-MANDT
ID = '0002'
LANGUAGE = SY-LANGU
NAME = ' ' "Your Billing Document Invoices number
OBJECT = 'VBRK'   or 'VBBK'
TABLES
LINES = TLINE

If you want to create text Use CREATE_TEXT

CALL FUNCTION 'CREATE_TEXT'
EXPORTING
CLIENT = SY-MANDT
ID = '0002'
LANGUAGE = SY-LANGU
NAME = ' ' "Your Billing Document Invoices number
OBJECT = 'VBRK'   or 'VBBK'
TABLES
LINES = TLINE

and COMMIT


1 comment
17 minutes ago

Thanks Sir it was very useful information.

Know someone who can answer? Share a link to this

Before answering

You should only submit an answer when you are proposing a solution to the poster's problem. If you want the poster to clarify the question or provide more information, please leave a comment instead, requesting additional details. When answering, please include specifics, such as step-by-step instructions, context for the solution, and links to useful resources. Also, please make sure that you answer complies with our Rules of Engagement.

You must be Logged in to submit an answer.

Please provide a distinct answer and use the comment option for clarifying purposes.
10 characters required.

About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK