cancel
Showing results for 
Search instead for 
Did you mean: 

Table name for WBS Element & Purchase Order Conditions

stheurkar
Active Contributor
0 Kudos

Dear All,

I need a table which stores WBS Elemnt No. & Purchase Order Conditions ( Like Excise Duty, Sales Tax, Packing & Forwarding etc.)

Thanks & Regards,

Sandeep N.Theurkar

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

The following tables should suffice:

EKKO - Purchase order header

EKPO - PO Line item (Optional)

KONV - Conditions Table where values are stored.

Pass the PO No. into EKKO and get the document condiiton as EKKO-KNUMV. Pass KNUMV into KONV table and get values including against various conditions in the PO line item-wise.

Once you get into KONV, I am sure you would know how to extract value from it.

Regards

Muraleedharan.R

stheurkar
Active Contributor
0 Kudos

Thanx Murli,

I need a table which shows both WBS Element & PO Condtions (Like Excise Duty, Sales Tax, P&F etc.).

Above both details i needed in one table.

If such table is available pls confirm me.

Thanks & Regards,

Sandeep N.Theurkar

Answers (2)

Answers (2)

Former Member

Hi ,

It is not possible to get all this information from one table. But you can get the data by writing ABAP , or by creating a query.

As Amit posted WBS table is PRPS.

You can get the account assignment of a purchase order (whether it is network or WBS element) from table :EKKN.

Pass PO number into EKKN and get the following:

WBS No - PS PSP PNR

Network -NPLNR

Activity - AUFPL

Hope all the postings together will provide an integrated picture.

Regards

Muraleedharan.R

stheurkar
Active Contributor
0 Kudos

Thanks

sandeep theurkar

Former Member
0 Kudos

Hi Sandeep,

For WBS , please refer PRPS table.

Regards,

Amit