Application Development and Automation 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: 
Read only

SO header text

Former Member
0 Likes
690

Hi,

I am trying to insert the header text in the "Invoice Notes" through BDC. But in the recording for "Invoice Notes" "Filed name" and

"Field Value" is showing as "BDC_OKCODE" and "=%_GC 168 25". While Creating the sales order, when control reaches to the u201CInvoice notesu201D option in the header text screen showing as a blank screen.

How can we achieve this through "CREATE_TEXT" and control will identify the option as "Invoice notes" in the header text screen?

Eg: Text ID for invoice notes is u201CZH04u201D and text object is "VBBK". I know how to pass the values to CREATE_TEXT.

Will the "ZH04" identify the option as "Invoice Notes" while creating the SO through BDC?

Regards,

SK.

3 REPLIES 3
Read only

Former Member
0 Likes
605

after the BDC transaction call is done, you can call a FM to insert header text for that invoice...

like:

call transaction xyz...

then

call function...

Read only

Former Member
0 Likes
605

Hi,

use READ_text to get text from database

use SAVE_TEXT to save text to database.

Regards

Edited by: Rasheed salman on Dec 11, 2009 11:28 AM

Read only

Former Member
0 Likes
605

Answered.