cancel
Showing results for 
Search instead for 
Did you mean: 

PPDS PDS and SNP PDS names

Former Member
0 Kudos

Hi - Is there a way to findout the PPDS PDS /SNP PDS names for the product/Location.If you have a sample code then that would be great.

Thanks in Advance.

Venky.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Try using BAPI : :BAPI_PDSSRVAPS_GETLIST to get the PDS details.

Thanks,

nandha

Former Member
0 Kudos

Hi Nandha -I have product and location handy but how do i get the PDS name ? To the above function module, i have to pass the external PDS name to get the PDS details. My question is, how do i get the external pds name for a given product and location. Hope this is clear,Thanks for your reply and help,Venky.

Edited by: GVP2011 on Mar 31, 2011 2:10 PM

Former Member
0 Kudos

Hi Venky,

Please pass the data to this BAPI in a following way, you will get the PDS details.

Pass the Logical system name from table T000 for the current logged in system.

LOGICAL_SYSTEM = Logical system name

*In parameter tables: *

PRODUCT_SELECTION = I-CP-* OR I-EQ-Product Name

LOCATION_SELECTION = I-CP-* OR I-EQ-Location Name

PLANNING_VERSION_SELECTION = I-EQ-000

PDS_USAGE = Pass 'S' for SNP PDS and 'P' for PPDS PDS (You can pass both at the same time)

After executing this BAPI, In PDS_HEAD table, in field PDS_NAME you will see the external name of PDS.

I hope now this will help you to get the PDS names.See the documentation for the BAPI.

Regards,

Saurabh

Former Member
0 Kudos

Thanks Saurabh.I followed your directions.It worked perfectly.

Answers (0)