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

Require Function Module

Former Member
0 Likes
584

Hi

Pls help me out,

Any function module , which takes Input as a Vendor ID and returns Vendor Name(Formatted Name).

Regards

Arya

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
556

Hi,

Try using BAPI_VENDOR_GETDETAIL.

5 REPLIES 5
Read only

Former Member
0 Likes
556

Hi Subham Arya,

You can solve this issue using sql statment also,,try this way.

select NAME1 from LFA1 into ... where LIFNR = vendorid.

Hope it is helps.

Regards,

T.Durai murugan.

Read only

Former Member
0 Likes
556

Check the BAPI

BAPI_VENDOR_GETDETAIL

Read only

Former Member
0 Likes
556

Hi,

Try FM VENDOR_READ or better to write a select statement.

Thanks,

Sriram Ponna.

Read only

Former Member
0 Likes
556

Hi,

Check this link:

Regards

Adil

Read only

Former Member
0 Likes
557

Hi,

Try using BAPI_VENDOR_GETDETAIL.