cancel
Showing results for 
Search instead for 
Did you mean: 

Ship-to Address Details of Bid Invitation Form

Former Member
0 Kudos

Hi all,

I copied the standard smartform BBP_BID_INVITATION and need to output the ship-to address details.

I have checked its importing structures and SF_BID_INV seems to contain the ship-to address details under IT_SHIP_TO. Unfortunately, these details were not stored there.

Would like to ask if the ship-to address details can be found on its importing structures? If so, where can I find it.

Appreciate your inputs on this.

Regards,

Kezia

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Can you first run the FM BBP_PD_BID_GETDETAIL. and check whether Ship to Party is coming i the details or not.

then accordigly choose the table or structure.

Regards,

Sachin

Former Member
0 Kudos

Hi Sachin,

Thanks for your input.

I have already checked using the FM BBP_PD_BID_GETDETAIL and I am able to see the ship-to details in the E_PARTNER table. In fact I can also view the ship-to adress details on the web gui.

I just want to know if it will be possible to get the ship-to details on the import structures of the standard bid invitation smartforms without manually coding to get these details in the smartforms.

Many thanks,

Kezia

Former Member
0 Kudos

I just manually retrieved the ship-to address details using the FM BBP_PD_BID_GETDETAIL.

It seems that these details are not being dumped in the Bid Invitation smartforms' importing parameter.

Did not find a way on how to retrieve these information using the importing parameter SF_BID_INV.

Regards,

Kezia

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

one more thing first check the below for the ship to address

1- The ship to addresses are maintained manually in SRM system and do not come from backend.

2- Plant addresses are replicated but they are attached to Location address and not assigned as Ship to address.

3- The ship to addresses are maintained using SRM portal menu 'Edit Internal Addresses'. Here you can create ship to address as well as Invoicing addresses.

All addresses are attached to the company code Business partner.

4- After creating these addresses you can maintain one of the addresses as default using 'Ship to' attribute in ppoma_bbp.

Regards,

Sachin