‎2006 Mar 30 3:18 PM
Hi,
I would like to use the posting field parameter in my selection screen and I am trying to find a data object that I can associate with the parameter. I am using the SKC1A structure and cannot use the fields in here as a data object. I tried looking at some tables that I am familiar with and none of them have the posting period as a data object. Is there a easy way to locate data objects? I would like to use the data object so that I do not have to do so much validation of the parameter and hopefully this data objeet will give me the dropdown box for the user to select the period. sample code
<i>SELECTION-SCREEN BEGIN OF BLOCK b1.</i>
<i>PARAMETERS: p_poper TYPE</i> <b>tablename-fieldname</b>.
<i>SELECTION-SCREEN END OF BLOCK b1.</i>
‎2006 Mar 30 3:28 PM
‎2006 Mar 30 3:28 PM
‎2006 Mar 30 3:36 PM
‎2006 Mar 30 3:29 PM
Tim,
I am not sure if you can have something like that. but you can definitely make it a drop down field and append the required values using VRM_SET_VALUES.
Regards
Ravi
‎2006 Mar 30 3:38 PM