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: 

Update text values for a Vendor using a BAPI

Former Member
0 Kudos

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

nabheetscn
Active Contributor
0 Kudos

Hi Ramina

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

Nabheet

0 Kudos

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

raymond_giuseppi
Active Contributor
0 Kudos

You could try with FM like RFC_READ_TEXT and RFC_SAVE_TEXT.

Regards,

Raymond

Former Member
0 Kudos

Yes, Thank you it helps....