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: 

Added fields to the Purchase Info Record

Former Member
0 Kudos

Hi,

I have added a field as an include structure in the EINA-table.

Is there a possibility to add this field so it will appear in ME11-13?

Rgds,

/Fredrik.

9 REPLIES 9

Former Member
0 Kudos

Hi,

There's no custom screen available in ME11.

So you wont be able to display your field on that screen.

However, you can design a similar screen( with your fields on the screen) and call it into your code, however it may require lot of efforts.

Regards,

Rajat

Former Member
0 Kudos

Hi

If you want to add the field to standard transaction you can go through custom_exit.First find the custom exit for that transaction then go to cmod and create the project inside the project you use call screen 100

syntax using that you create field in the screen painter by double clicking that.then you write the logic inside the project to insert the data into table itself

regards

venkat

0 Kudos

How can I find the Customer-Exit for these transactions? Does these need to be activated first?

Rgds,

/Fredrik.

Former Member
0 Kudos

Hey Fredrick,

I think this user exit can help you

AMPL0001 User subscreen for additional data on AMPL

Regards

Ashish Rawal

0 Kudos

Also you can try Enhancement Points to find a point to call a subscreen where you can add the required field.

Let me know if you need more details.

Ashish.

0 Kudos

This exit I didn't understand. It is for EINA.

0 Kudos

Hi,

It's not very obvious.

I have added this field for Volume Tiered Pricing in the EINA-table and I want like a tickbox to appear in ME11-13 to reflect this. How can I acchieve this?

I can not find any good customer exits or enhancement points to use.

Do I also need to create a window with my tickbox? I guess it should appear in addition to the 101 screen.

Rgds,

/Fredrik.

0 Kudos

Hi,

Any good hints of how to solve this?

I haven't found anything so far.

Rgds,

/Fredrik.

0 Kudos

Nothing helpful so far. Anyone?

Please, I need some help with this.

Rgds,

/Fredrik.