Hi Yigit Firtina,
For your requirement you need to do some changes in program, if u already prepared a program.
- Loop at VBAP interanal table.
- Concatenate VBELN and POSNR into a new field let as <xyz>.
- At new XYZ.
- SSF_OPEN, SSF_FUNCTION_MODULE_NAME, SSF_CLOSE.
- End loop.
Note : While declaring structure of VBAP internal table place the XYZ field should be in 1st place.
Take care in select statement of VBAP, include "into corresponding fields of" statement.
Hope your requirement will satisfy.
Thanks and Regards,
S V Prasanth.