cancel
Showing results for 
Search instead for 
Did you mean: 

2LIS_02_SCL - Fields for PLIWK (Supplying Plant), PLIEF (Partner Vendor) & PWLIF (Good Supplier)

venkat_kodi
Participant
0 Kudos

Hi all,

I want to find out the Table Field names for the for the below InfoObjects of DataSource 2LIS_02_SCL (Purchasing Schedule Line Items):

1. 0SUP_PLANT (Supplying Plant) - populated from Structure Field Name PLIWK

2. 0PARTNER (Partner Vendor) - populated from Structure Field Name PLIEF

3. 0SUPPLIER (Goods Supplier) - populated from Structure Field Name PWLIF

The documentation in help.sap.com says that these three structure fields are populated from same field LIFN2 of EKPA table, but after validating the data in EKPA table and the standard DSO 0PUR_DS03 is different.

Which table fields are used to populate these three fields, please?

Regards,

Venkat

Accepted Solutions (0)

Answers (1)

Answers (1)

Abhishek_Hazra
Active Contributor
0 Kudos

Hi Venkat,

The field PWLIF refers to LLIEF field in EKKO table.

PLIEF refers to the vendor number (LIFNR) in EKKO table if it is attached to a partner role (which you can check from EKPA table wrt LIFN2 field).

About PLIWK, I am not totally sure, but I guess it refers to RESWK field in EKKO table if it is attached to a partner role.

You can compare your extracted data against these table info provided to be more sure.

Hope this helps a bit 🙂
Best Regards,
Abhi

venkat_kodi
Participant
0 Kudos

Hi Abhi,

Thanks for your reply. I have got those details like the below and it worked: :

1. PLIFF (Partner Vendor) = EKPA-LIFN2 where EKPA-PARVW = 'LF'

2. PWLIF (Goods Supplier) = EKPA-LIFN2 where EKPA-PARVW = 'WL'

3. PLIWK (Supplying Plant) = EKPA-LIFN2 where EKPA-PARVW = 'LW'

Regards,

Venkat.