Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Submit RFITEMGL(FBL3N) with multiple cost center values

umtyzc
Participant
0 Kudos

Hi all, i try to submit RFITEMGL in my custom report. In FBL3N selection screen(dynamic selections area), we have a field for cost center.

Screen-name = %%DYN013-LOW.


How can i pass  multiple values for this field?


WITH %%DYN013-LOW IN s_kostl is not working.

SUBMIT RFITEMGL

WITH SD_SAKNR-LOW = itab-hkont " <- pass GL account here

WITH %%DYN013-LOW IN s_kostl"---------------------------------------------does not work!

WITH X_OPSEL = ' ' " <- disable radiobutton Open items

WITH X_CLSEL = ' ' " <- disable radiobutton Cleared items

WITH X_AISEL = 'X' " <- enable radiobutton All items

WITH SO_BUDAT BETWEEN gv_tarihlow AND gv_tarihhigh

AND RETURN.




1 ACCEPTED SOLUTION

raymond_giuseppi
Active Contributor
0 Kudos

Those are dynamic selection, read online documentation of submit statement.

Hint: SUBMITWITH FREE SELECTIONS texpr, contains for a sample of FREE_SELECTIONS_RANGE_2_EX call.

Regards,

Raymond

1 REPLY 1

raymond_giuseppi
Active Contributor
0 Kudos

Those are dynamic selection, read online documentation of submit statement.

Hint: SUBMITWITH FREE SELECTIONS texpr, contains for a sample of FREE_SELECTIONS_RANGE_2_EX call.

Regards,

Raymond