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

Field value should come Automatically

Former Member
0 Likes
831

Hi Experts..

I hav a requirement,

In transaction QA32 -> Usage Decision(UD) -> Inspection Lot Tab (Program SAPMQEVA 0102) -> In this screen Storage Location Field (screen field : RQEVA-QLGO_VM01 ) should come Automatically .

Logic :based MATNR value It will Pick the Corresponding LGFSB Value from MARC Table

how to resolve this Issue ??

Pls help me out

Thanks in Advance

Satya

Hi Experts..

I hav a requirement,

In transaction QA32 -> Usage Decision(UD) -> Inspection Lot Tab (Program SAPMQEVA 0102) -> In this screen Storage Location Field (screen field : RQEVA-QLGO_VM01 ) should come Automatically .

Logic :based MATNR value It will Pick the Corresponding LGFSB Value from MARC Table

how to resolve this Issue ??

Pls help me out

Thanks in Advance

Satya

4 REPLIES 4
Read only

KK07
Contributor
0 Likes
741

Hi,

for this u have to implement user-exit.

here are the list of user-exits available for that transaction code.

QEVA0004

QEVA0005

QEVA0006

QEVA0007

QEVA0008

QEVA0009

QEVA0010

QLCO0001

QSS10001.

go through them by pressing documentation and decide in which user exit u have to implement ur code.

thanks,

Read only

Former Member
0 Likes
741

Hi

In User Exit QEVA0006 i hav to add the logic...

FM : EXIT_SAPMQEVA_006 .

Include : INCLUDE ZXQEVU07.

can u please help me out in writing code that Include Program ?? What to write in Importing and Exporting Parameters ??

Thanks in Advance

Satya

Read only

Former Member
0 Likes
741

Hi ,

Try in bdc recordings and call that transaction in background.,.,

Thanks,

ThiruKumaran. R

Read only

Former Member
0 Likes
741

Solved