cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding BBP_PD_PO_GETDETAIL Function Module

Former Member
0 Kudos

Hi all,

Can any one tell me from which table lt_partner (Partner details-like address) is comming.

i am using the BBP_PD_PO_GETDETAIL Function Module and i am in the need of to know

form which table did partner details is taken from the Function module.

Please help me.

Regards

-


Channappa Sajjanar

Accepted Solutions (1)

Accepted Solutions (1)

former_member206968
Active Contributor
0 Kudos

Hi,

It comes from a combination of tables. The main entries that you see in lt_partner comes from table 'bbp_pdview_bup'. Then the addr_nr value from this table is used to read address details from ADRC table and the name of the person is read from table but000.

Regards,

Sanjeev

Answers (2)

Answers (2)

peter_novoth
Employee
Employee
0 Kudos

Hi Channappa,

during the BBP_PD_PO_GETDETAIL call, the main information of the partner come from the tables:

  • crmd_partner

  • but000

and the address data come from the tables:

  • ADRC

  • ADR2

  • ADRU

  • ADRT

  • ADR6

  • ADCP

  • ADRP

For debugging the select, please check the function module BBP_PDBUP_GETDETAIL.

Kind regards,

Peter

former_member206968
Active Contributor
0 Kudos

Hi,

It comes from a combination of tables. The main entries that you see in lt_partner comes from table 'bbp_pdview_bup'. Then the addr_nr value from this table is used to read address details from ADRC table and the name of the person is read from table but000.

Regards,

Sanjeev