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

How to Update Text Code in VF02

Former Member
0 Likes
805

Hello All,

I have to create one BDC for T -code VF02. under the process all thing are working fine .

but I have a problem is updating Header Text . In Header text there are 7 text .

I have to update text againest 7 Text ID.

Through BDC Only first text is being update every time. Please provide me the solution.

Some BAPI are there like Sales order create 2 to update the text id Againest Billing document No.

please provide the solution.

Thanks

Swati...............

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
548

better to break-up the process into 2 , then u can update without any issues.

1.make use of BAPI

2. first BDC to create Billing

second BDC for update TExt using FM save_text

Regards

Prabhu

better to break-up the process into 2 , then u can update without any issues.

1.make use of BAPI

2. first BDC to create Billing

second BDC for update TExt using FM save_text

Regards

Prabhu

1 REPLY 1
Read only

Former Member
0 Likes
549

better to break-up the process into 2 , then u can update without any issues.

1.make use of BAPI

2. first BDC to create Billing

second BDC for update TExt using FM save_text

Regards

Prabhu