How can I add another column on multiple selection values form in SAP?
This is one of my dynamic parameter and it only show CheckBox,CardCode,CardName column?
This is my code:
select * from OINV where CardCode in {?BPCode@Select CardCode,CardName FROM OINV} and DocDate Between {?StartDate} and {?EndDate}
What if I want to add For Example DocEntry column,How to do this?