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

Propose UD Code in QA11

Former Member
0 Likes
582

I am trying to propose a UD Code when the user goes into transaction QA11. I am trying to use enhancement QEVA0006. When testing, none of the data that I enter in E_QAVE is displayed on the screen even though I have E_EXIT_ACTIV = 'X'. Any help would be greatly appreciated and rewarded with points.

Thanks.

4 REPLIES 4
Read only

Former Member
0 Likes
547

check whether this enhancement has export / import functions in the FM...U write code in include and u need to import back to the FM...then only the data is sent back to SAP.

Read only

Former Member
0 Likes
547

Yes it has import and export. The import structure I_QAVE is blank and I enter data in E_QAVE, which is an export structure. I'm not sure this is the correct exit because the title is 'Entry to usage decision transactions'.

Read only

0 Likes
547

hi try with the following badi's

QEVA_ALT_QTY_INPUT (BAdI for Input Help for Quantities in Usage Decision)

QEVA_SUBSCREEN_1101 (VE: BAdI Subscreen for Display of Data on Screen 1101)

I guess for your case QEVA_SUBSCREEN_1101 BADI and GET_DATA method will work

Thanks

Sekhar

Message was edited by:

Lakshmi Sekhar Reddy

Read only

0 Likes
547

How would this work? First of all, you need an access key to change SET_DATA. Also, the UD code is not in the available structures. I need to propose a UD code when the user get into the screen not after something happens.