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: 

BAPI_VENDOR_FIND and BAPI_VENDOR_GETDETAIL in 4.6C

Former Member
0 Kudos

Hi,

are these two BAPI available and RFC ready in 4.6C??

If yes - do they work like in ECC6.0?

Thanks in advance

1 ACCEPTED SOLUTION

raymond_giuseppi
Active Contributor
0 Kudos

- BAPI_VENDOR_FIND exists in 46c and returns a RESULT_TAB : BAPIVENDOR_11 table

- BAPI_VENDOR_GETDETAIL exists in 46c and returns structures GENERALDETAIL : BAPIVENDOR_04 and COMPANYDETAIL : BAPIVENDOR_05 parameters and BANKDETAIL : BAPIVENDOR_06 table

NB:

(1) A BAPI must ever be RFC enabled.

(2) BAPI are "stable" interface

Regards,

Raymond

1 REPLY 1

raymond_giuseppi
Active Contributor
0 Kudos

- BAPI_VENDOR_FIND exists in 46c and returns a RESULT_TAB : BAPIVENDOR_11 table

- BAPI_VENDOR_GETDETAIL exists in 46c and returns structures GENERALDETAIL : BAPIVENDOR_04 and COMPANYDETAIL : BAPIVENDOR_05 parameters and BANKDETAIL : BAPIVENDOR_06 table

NB:

(1) A BAPI must ever be RFC enabled.

(2) BAPI are "stable" interface

Regards,

Raymond