Hello experts,
on my screenshot you can see a snapshot of my stored procedure.
My problem is as follows:
I defined a table input parameter "IT_BELEGE" with two columns C01VBELN and C01POSNR.
Now I don't know the correct syntax how to integrate "IT_BELEGE" to my select statement.
When I call the procedure in ABAP, I want to pass an internal table, with pairs of C01VBELN and C01POSNR.
In the select statement I want something like "FOR ALL ENTRIES IN IT_BELEGE" like you know it from ABAP OpenSQL.
Is this possible?
Thanks in advance and best regards,
Heinrich