cancel
Showing results for 
Search instead for 
Did you mean: 

Reg : Problem with fm "BAPI_POSRVAPS_GETLIST3"

Former Member
0 Kudos

Hi Guru's,

Im geeting problem with this function module while retrieving the receipts and requirement details,see the below code,

CALL FUNCTION 'BAPI_POSRVAPS_GETLIST3'

EXPORTING

logical_system = l_logical_system

plng_version = c_plng_version

TABLES

product_selection = i_product_selection

location_selection = i_location_selection

atpcat_selection = i_atpcat_selection

receipts = i_receipts

requirements = i_requirements.

when i passing bulk amount of material data to this function module using table product selection,its not giving receipts and requirement data but when im passing line by line to this,its giving data.

Please tell me how yo pass bulk amount data and get receipts for all the material.

Please help me on this issue.

Regards

P.senthil Kumar

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Please pass small blocks of values into the Fun Module, I have noted that this works. I am not sure abt the reason why it doesn't work if the values are passed in bulk.

Regards,

Senthilrajan

Answers (1)

Answers (1)

Former Member
0 Kudos

DEar Senthil '

i think you have to pass the start and end time and the IO node too. That should solve your problem.

Do lemme know if it worked out.

Regards

Virender