cancel
Showing results for 
Search instead for 
Did you mean: 

New fields in PO field display

Sevin
Participant
0 Kudos

HI,

I have a requirement to add custom fields to the ME2* reports. I have searched the forums and found that a BADI can be used to add fields to those ALV reports (ME_CHANGE_OUTTAB_CUS). My question is - can we use it to add custom fields (ie: fields that are NOT on the PO)?

We need to add the following:

- created of the Purchase requisition (on the PO reports)

- vendor transportation zone

- two difference item texts.

Is that possible with this (or another) BADI?

Thanks,

Alas84

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

HI,

>

> I have a requirement to add custom fields to the ME2* reports. I have searched the forums and found that a BADI can be used to add fields to those ALV reports (ME_CHANGE_OUTTAB_CUS). My question is - can we use it to add custom fields (ie: fields that are NOT on the PO)?

>

> We need to add the following:

> - created of the Purchase requisition (on the PO reports)

> - vendor transportation zone

> - two difference item texts.

>

> Is that possible with this (or another) BADI?

>

> Thanks,

> Alas84

Hi,

Why don't you copy the report into a 'Z' report and than augment it the way you want it? I am sure all of it that you suggested can be achieved.

Reetesh

Sevin
Participant
0 Kudos

I don't want to copy the program because SAP won't support the custom version. I am trying to incorporate my changes in the existing program.

Former Member
0 Kudos

Hi,

In that case use implicit enhancement options [How To Do Implicit Enhancement|http://wiki.sdn.sap.com/wiki/display/ABAP/HowToDoImplicitEnhancement] query the records not available in PO and see if this works out.

You can also refer to this thread: [New fields addition in ME2L Report|;

Hope this helps!

Reetesh

Former Member
0 Kudos

Hi,

If your SAP version is on ERP 6.0 Ehp3 or above you can create enhancement at ME2* reports.

We had implemented some other fields for TA ME2N by enhancement.

Regards

Sevin
Participant
0 Kudos

I've worked with implicit enhancements before but can you please tell me where you inserted the enhancement (which program or function module) ?

Thanks,

Alas84