cancel
Showing results for 
Search instead for 
Did you mean: 

EBP Tables

Former Member
0 Kudos

can any one help me.

I need to write a ABAP Report in EBP on Purchase details report.can any anybody help me to find table names and fileds names in EBP for the the following Fileds.

1.PO number

2.PO date

3.vendor number

4.company code

5.PO quantity

6.PO amount

7.Delivered quantity

8.Delivered quantity Amount

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Pls see teh foll tables

CRM_ORDER_H,

CRM_ORDER_I--> FOR SC related deatils.

For PO related details-->BBP_PDBEI.

Also specific detail tables can be seen in tcode BBP_PD.

HTH.

Regards,

Disha.

PLs reward points for helpful answers

Former Member
0 Kudos

Hi Charan,

Pl. create one shopping cart and complete the cycle.

Then in trx BBP_PD

open this SC

At respective places this trx will give you all necessary tables and field names

BR

Dinesh

Former Member
0 Kudos

Thank you Dinesh.

I don't know EBP.I am not an EBP Consultant.I am BW Consultant.But i need to Prpare a Fucntional Specifiction on these tables.I need only Tables names and Field names.Please Help me Dinesh

Best Regards

Charan

Former Member
0 Kudos

table / structure

BBP_BAPIEKKN

BAPIEKKOL

BAPIEKPO_ECI

Former Member
0 Kudos

Hi Charan,

instead of quering the tables and rebuilding the data model by yourself, you should use function BBP_PD_PO_GETLIST to search and list POs.

Then use function BBP_PD_PO_GETDETAIL to read each PO details. The FM interface contains all the data you need.

If it is for BW, there is a standard extractor for POs.

Rgds

Christophe

PS: please reward points for helpful answers