Application Development and Automation 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: 
Read only

problem in VL10A

Former Member
0 Likes
1,312

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

8 REPLIES 8
Read only

Former Member
0 Likes
1,103

Guys Pls suggest

Read only

0 Likes
1,103

Hi Ravish,

Please go through tc VL10CUA and see the customized settings

Read only

Former Member
0 Likes
1,103

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>

Read only

0 Likes
1,103

Hi Ravish

I hv already tried this

but its not working

pls suggest right sppricah to use that exit

Read only

Former Member
0 Likes
1,103

solved

Read only

0 Likes
1,103

Hi taran singh,

i also have a smae issue, pls explain hw r u solved ur problem.

Rgds,

Kosala.

Read only

0 Likes
1,103

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.

Read only

0 Likes
1,103

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.