‎2011 Sep 23 9:36 AM
Hi Guru's,
In My program i need to set parameter for transaction 'FBL3N', fields are Radio button 'OPEN ITEMS ' , Account Group , Posting date ( Range) for these fields i need Parameter Id. I searched in FBL3N F1 help , Tables of SKA1 , Tpara table and screen painter but i did't get parameter Id from those places. Where to search these Parameter ID?
Meenakshi
‎2011 Sep 23 10:23 AM
You can just use a submit statement to program RFITEMGL and call it.
‎2011 Sep 23 11:17 AM
Thanks Keshav.T,
But i cant able to set parameter for dynamic selection..
i wrote this code ..but not working for dynamic selections
But i cant able to set parameter for dynamic selection..
i wrote this code ..but not working for dynamic selections
submit RFITEMGL
with SD_SAKNR-LOW = '12341234' " <- pass GL account here
with SD_BUKRS-LOW = 'AAAA' " <- pass company code here
with %%DYN001-LOW = '10000'
with %%DYN007 BETWEEN '20090401' AND '20100331' " <- pass date range here
and return.
‎2011 Sep 23 10:56 AM
‎2011 Sep 23 10:58 AM
Hi,
If you are not finding a way to get the Parameter ID's try to use Export and Import Statements or try with SUBMIT statement
Thanks
Pavan
‎2011 Sep 23 11:15 AM
Thanks pavan.
But i cant able to set parameter for dynamic selection..
i wrote this code ..but not working for dynamic selections
submit RFITEMGL
with SD_SAKNR-LOW = '12341234' " <- pass GL account here
with SD_BUKRS-LOW = 'AAAA' " <- pass company code here
with %%DYN001-LOW = '10000'
with %%DYN007 BETWEEN '20090401' AND '20100331' " <- pass date range here
and return.
‎2011 Sep 23 11:17 AM
‎2011 Sep 23 11:18 AM
for dynamic inputs read f1 help on Submit statement wit free selections.
If its a LDB then there must be some code in the LDB which sets the option button, if you debug it then you can find it...for ex similar like this
‎2011 Sep 26 10:31 AM
Thanks Keshav.T,Danish2285 ,Pavan Kumar , Bala Krishna
Problem solved.
Regards,
Meenakshi.
‎2011 Sep 26 10:31 AM