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: 

how do i get the header text by using BAPI_PR_GETDETAIL?

Former Member
0 Kudos

i have to display PR details by using bapi ... where i can get the header text details in BAPI_PR_GETDETAIL.. ..(OR) if i want to use READ_TEXT means where i can find the ID, LANGUAGE, NAME, OBJECT ARCHIVE_HANDLE, in BAPI_PR_GETDETAIL?

Thanks in advance,

1 ACCEPTED SOLUTION

NTeunckens
Active Contributor
0 Kudos

Please set the Flag "HEADER_TEXT" while executing the BAPI, then see the Texts in TABLE "PRHEADERTEXT" ...

The resulting table has the Structure "BAPIMEREQHEADTEXT" and will provide your Texts, along with an indication of it's Text-Type (for example 'B01' for "Header Note", 'B02' for "Header Text" ...

2 REPLIES 2

NTeunckens
Active Contributor
0 Kudos

Please set the Flag "HEADER_TEXT" while executing the BAPI, then see the Texts in TABLE "PRHEADERTEXT" ...

The resulting table has the Structure "BAPIMEREQHEADTEXT" and will provide your Texts, along with an indication of it's Text-Type (for example 'B01' for "Header Note", 'B02' for "Header Text" ...

0 Kudos

Thanks For Replying NIC 🙂 It Works Cool 😛

Having another Query ...

Iam have to Create Vendor master in XK01 with Company Details ,Accounting details,product details and contact person details....

i could not found Product Details Tab which contains Product detail,Product Category ,Service/Supply.....

any solution?

Thanks in Advance 🙂