‎2006 Nov 29 3:09 PM
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.
‎2006 Nov 29 3:13 PM
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.
‎2006 Nov 29 3:19 PM
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'.
‎2006 Nov 29 4:27 PM
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
‎2006 Nov 29 4:52 PM
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.