2007 May 31 11:32 AM
Hi !
I have to add another Select Option to the tab 'Sales Order' of transaction VL10A.
I have implement this note 524424 and the include
INCLUDE V50R_USEREXIT_PREPARE. INCLUDE V50R_USEREXIT_TRANSF.
but how can i add new select option to sales order tab ?
as i think i need to make changes in standard screen
but SAP has also given the above exit also
pls suggest right approach
how to implement this ?
Thanks
Hi !
I have to add another Select Option to the tab 'Sales Order' of transaction VL10A.
I have implement this note 524424 and the include
INCLUDE V50R_USEREXIT_PREPARE. INCLUDE V50R_USEREXIT_TRANSF.
but how can i add new select option to sales order tab ?
as i think i need to make changes in standard screen
but SAP has also given the above exit also
pls suggest right approach
how to implement this ?
Thanks
2007 Jun 01 6:01 AM
2008 Jan 07 9:35 AM
Hi Ravish,
Please go through tc VL10CUA and see the customized settings
2007 Jun 01 6:17 AM
hi taran
Hi
You can create an your own Z-report as copy of report RVV50R10C (assigned to trx VL10A) and insert the new select-options and manage it in the user-exit V50R_USEREXIT_TRANSF:
FORM USEREXIT_SELECT_OPTIONS_TRANSF
CHANGING CX_SELECT_OPTIONS TYPE SHP_VL10_SELECT_OPTIONS
CX_LIST_PROFIL TYPE SHP_VL10_LIST_PROFIL.
cx_select_options-z_new_criterium = SO_NEW[].
ENDFORM.
So here you have to transfer your new select-option to cx_select_options and you can do it enhancing the structure SHP_VL10_SELECT_OPTIONS.
From note 198137:
...................
You can also check the enhanced selection criteria from customer-specific reports ZZ50R10. Enhanced selection criteria from user-defined reports, for example, ZZ50R10 can also be checked. To do this, the DDIC type SHP_VL10_SELECT_OPTIONS must be enhance using a new selection criterion that can be included in a user-defined selection screen.
.....................
regards
ravish
<b>plz dont forget to reward points if helpful</b>
2007 Jun 01 6:24 AM
Hi Ravish
I hv already tried this
but its not working
pls suggest right sppricah to use that exit
2008 Sep 16 12:11 PM
2008 Oct 08 9:05 AM
Hi taran singh,
i also have a smae issue, pls explain hw r u solved ur problem.
Rgds,
Kosala.
2009 Jul 01 9:20 AM
Hi taran singh,
i also have a smae issue, pls explain hw do u solved ur problem. related with the selection screen.
thanks in advance.
anu.
2009 Jul 01 9:22 AM
Hi taran singh,
i also have a smae issue, pls explain how do u solved ur problem. related with the selection screen.
thanks in advance, reply me ASAP.
anu.
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |