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

Please urgent

Former Member
0 Likes
452

Hi All,

Need help on screen exit or BADI.

1. When i execute the QA11 or QA32 Transaction code -> Usage decision-> upon save it displays the Electronic signature popup menu. I need to add some field in that popup menu. COuld you please suggest me any screen exit or BADI for that.

2. is it possible to add fileds to that popup menu.

Thanks....

2 REPLIES 2
Read only

Former Member
0 Likes
411

Hi Chandra ,

These are the exits available for QA11 .

<b>QEVA0004 Exit for changing information line in usage decision header

QEVA0005 User subscreen for displaying add. data for usage decision

QEVA0006 Entry to usage decision transactions

QEVA0007 UD: Control of compulsory comment or long text presetting

QEVA0008 Usage decision: Customer function key (e.g. to cancel UD)

QEVA0009 UD: Predefinition of quantity to be posted to sample stock

QEVA0010 UD: Usage decision check

QLCO0001 QM: Call alternative costs report from UD

QSS10001 Possibility of calling a different print report </b>

For me the second one looks more promsing for your requirement .

Also these are the BADI's available .

<b>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</b>

Take a look at these if the above doesn't help .

Thanks ,

Varun .

Message was edited by:

varun sonu

Read only

Former Member
0 Likes
411

Hi Chnadra,

you can use the the following BADI's

<b>oira_dbt_ins_concat

oira_dbt_mod_concat</b>

Regards