cancel
Showing results for 
Search instead for 
Did you mean: 

Fetch PDS

Former Member
0 Kudos

Hi Guru,

How to fetch PDS using component and resource?

Is it possible to fetch PDS using

BAPI_PDSSRVAPS_GETLIST? If yes please let me know the execution process.

Thank you

Surendra

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello,

Please pass the data to this BAPI BAPI_PDSSRVAPS_GETLIST 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 name

regards,

Swetha A

0 Kudos

Hello Surendra.


You can use this BAPI to get PDS from your system.

Do you something else beyond Resource or component?

Probably you can filter using location. Over all results you can filter resource and components.

The resource are in PDS_CAPACITY_REQUIREMENT and the component in PDS_COMPONET.


Best regards.