cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI_INQUIRY_CREATEFROMDATA2

former_member1326872
Participant
0 Kudos

Hi,

It will be really helpful if someone can tell me in which field/structure I have to pass on the ship-to-party, sold-to-party in the BAPI_INQUIRY_CREATEFROMDATA2?

I tried looking into all the input structures and Tables, but I couldn't locate it. But if I test run the BAPI, it is always giving the error saying, please enter the ship-to-party or sold-to-party. COuld you kind help me to locate it..

Thanks..

Swetha.

Accepted Solutions (0)

Answers (1)

Answers (1)

mandar_shete
Active Participant
0 Kudos

Hi Swetha,

There is one table INQUIRY_PARTNERS in this bapi.

Fille the information as follows.

Considering customer no for an eg. as 1.

PARTN_ROLE PARTN_NUMB ITM_NUMBER

SH 1 000000

SP 1 000000

Item No. 000000 represents that this is a header level Partner. If you want to set any partner at item level then give the line itme no. (e.g. 000010).

Tyr with this.

Thanks,

Mandar