‎2007 Jul 19 2:17 PM
Hi,
could anoyne please explain what needs to be passed to BAPI BAPI_PPDSSRVAPS_GET_IO_NODES to retrieve peeging info. I am calling the BAPI in user exit EXIT_/SAPAPO/SAPLCIF_G_EP_005 in transaction /N/SAPAPO/RRP3.
Regards
Nikhil
‎2007 Jul 20 3:50 AM
What is your requirement? Is there any manual recp or reqmt creation?
I wanted know what is the purpose of getting the pegging relationship.
Anyway you may also use 'BAPI_PIRSRVAPS_GETLIST' for getting the pegging relationship.
CALL FUNCTION 'BAPI_PIRSRVAPS_GETLIST'
EXPORTING
logical_system = gc_local_system
start_time = lc_date_start
end_time = lc_date_end
planning_version = '000'
TABLES
product_selection = l_it_product
location_selection = l_it_location
atpcat_selection = l_it_atpcat
requirements_data = pa_it_requirement
pegging_input_nodes = pa_it_pegging
return = l_it_return.
If this info helpful to u, please give reward points.
‎2011 Jun 03 4:56 PM