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

Update text values for a Vendor using a BAPI

Former Member
0 Likes
820

Hello,

We are trying to update text values for a given Vendor .

Is there any BAPI available to do this activity?

We tried Save_text, however it is not remote enabled.We are looking for a BAPI which will help us do that.

4 REPLIES 4
Read only

nabheetscn
SAP Champion
SAP Champion
0 Likes
689

Hi Ramina

You can create a wrapper Function module RFC enabled and call inside save_text

Nabheet

Read only

0 Likes
689

Yes try as per Raymond Suggestion no need to create wrapper stuff even..Thanks Raymond:)

Read only

RaymondGiuseppi
Active Contributor
0 Likes
689

You could try with FM like RFC_READ_TEXT and RFC_SAVE_TEXT.

Regards,

Raymond

Read only

Former Member
0 Likes
689

Yes, Thank you it helps....