Application Development 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: 

urgent : PM exit pbm?

Former Member
0 Kudos

Hi g8 abapers,

1)In exit 'IEQM0003' , for transaction ie01, i want to see the 'POSITION' field after break-point. Could u please tell me the method.

It's sure i 'll give u full points, if i get good solution.

Regards,

pradeep phogat

1 ACCEPTED SOLUTION

raymond_giuseppi
Active Contributor
0 Kudos

Field is DATA_EQUZ-HEQNR.

Regards

2 REPLIES 2

Former Member
0 Kudos

Hi

First create a project in CMOD

and assign this Enhancment IEQM0003 to it

Go to the Exit EXIT_SAPMIEQ0_001

double click on the Zinclude and write the code in it

But the field POSNR is not there in this Exit

It is there in the table<b> IFLOT</b>

above enhancment uses just ILOA table in which this field is not there

So use the exit/enhancement in which this table is referenced.

Better use the Exit <b>IEQM0001</b> in which this table IFLOT is referenced. exit EXIT_SAPLIEL2_002

<b>Reward points for useful Answers</b>

Regards

Anji

Message was edited by:

Anji Reddy Vangala

raymond_giuseppi
Active Contributor
0 Kudos

Field is DATA_EQUZ-HEQNR.

Regards