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: 

Add new field to T-code MB25

Former Member
0 Kudos

Hi all,

Is there a way to add a field at the out put of report generated by MB25.

I see the field that i want to display included in the internal table passed to ALV but in the field catalog X has been passed to NO_OUT.

I have to either make no_out blank or to bring in other field

Let me know if anyone has an idea

Thanks

Venki

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Since it is a standard Tcode . You can try to find any user exits or Badi's

and try to pass the value or over write it...

User exits are :-

Enhancement

MB_CF001 Customer Function Exit in the Case of Updating a Mat. Doc.

MBCF0011 Read from RESB and RKPF for print list in MB26

MBCF0010 Customer exit: Create reservation BAPI_RESERVATION_CREATE1

MBCF0009 Filling the storage location field

MBCF0007 Customer function exit: Updating a reservation

MBCF0006 Customer function for WBS element

MBCF0005 Material document item for goods receipt/issue slip

MBCF0002 Customer function exit: Segment text in material doc. item

and Badi's are

MB_RESERVATION_BADI MB21/MB22: Check and Complete Dialog Data

MB_QUAN_CHECK_BADI BAdI: Item Data at Time of Quantity Check

MB_PHYSINV_INTERNAL Connection: Core Inventory and Retail AddOn

MB_MIGO_ITEM_BADI BAdI in MIGO for Changing Item Data

MB_MIGO_BADI BAdI in MIGO for External Detail Subscreens

MB_DOC_BADI_INTERNAL BAdIs when Creating a Material Document (SAP Internal)

MB_DOCUMENT_UPDATE BADI when updating material document: MSEG and MKPF

MB_DOCUMENT_BADI BAdIs when Creating a Material Document

MB_CIN_MM07MFB7_QTY Proposal of quantity from Excise invoice in GR

MB_CIN_MM07MFB7 BAdI for India Version exit in include MM07MFB7

MB_CIN_LMBMBU04 posting of gr

MB_CHECK_LINE_BADI BAdI: Check Line Before Copying to the Blocking Tables

ARC_MM_MATBEL_WRITE Check Add-On-Specific Data for MM_MATBEL

ARC_MM_MATBEL_CHECK Check Add-On-Specific Criteria for MM_MATBEL

MB_BATCH_MASTER Setting batch data for goods movement.

or get the access key from your lead and change the standard code.

Hope it helps.

regards,

chaithanya.

4 REPLIES 4

Former Member
0 Kudos

Hi,

Since it is a standard Tcode . You can try to find any user exits or Badi's

and try to pass the value or over write it...

User exits are :-

Enhancement

MB_CF001 Customer Function Exit in the Case of Updating a Mat. Doc.

MBCF0011 Read from RESB and RKPF for print list in MB26

MBCF0010 Customer exit: Create reservation BAPI_RESERVATION_CREATE1

MBCF0009 Filling the storage location field

MBCF0007 Customer function exit: Updating a reservation

MBCF0006 Customer function for WBS element

MBCF0005 Material document item for goods receipt/issue slip

MBCF0002 Customer function exit: Segment text in material doc. item

and Badi's are

MB_RESERVATION_BADI MB21/MB22: Check and Complete Dialog Data

MB_QUAN_CHECK_BADI BAdI: Item Data at Time of Quantity Check

MB_PHYSINV_INTERNAL Connection: Core Inventory and Retail AddOn

MB_MIGO_ITEM_BADI BAdI in MIGO for Changing Item Data

MB_MIGO_BADI BAdI in MIGO for External Detail Subscreens

MB_DOC_BADI_INTERNAL BAdIs when Creating a Material Document (SAP Internal)

MB_DOCUMENT_UPDATE BADI when updating material document: MSEG and MKPF

MB_DOCUMENT_BADI BAdIs when Creating a Material Document

MB_CIN_MM07MFB7_QTY Proposal of quantity from Excise invoice in GR

MB_CIN_MM07MFB7 BAdI for India Version exit in include MM07MFB7

MB_CIN_LMBMBU04 posting of gr

MB_CHECK_LINE_BADI BAdI: Check Line Before Copying to the Blocking Tables

ARC_MM_MATBEL_WRITE Check Add-On-Specific Data for MM_MATBEL

ARC_MM_MATBEL_CHECK Check Add-On-Specific Criteria for MM_MATBEL

MB_BATCH_MASTER Setting batch data for goods movement.

or get the access key from your lead and change the standard code.

Hope it helps.

regards,

chaithanya.

Former Member
0 Kudos

You should still be able to see it in your layout. In the menu, 'Settings>Layout>Change' and you should be able to see the field under 'Column Set'. Add that to the 'Displayed Columns' and you will see the field in your output. If you want, you can save this layout and input the layout name in the selection screen itself (at the very bottom of the selection screen).

Former Member
0 Kudos

I guess the best way to handle this situation is , run the transaction. On the output change the layout set. remove the hidden field and display in the output. Save the layout with the '/' in the fromt and this layout should be used in the very bottom of the screen - Layout.

Let me know if this helps.

Shreekant

Former Member
0 Kudos

Hi

The trx MB25 runs the report RM07RESL, here you can't do nothing without to change that std program.

So the best things is create a new trx ZMB25 running the report ZRM07RESL, as copy of RM07RESL, where you do the modification you need to display your fields.

Anyway you should consider your field is available to be display, the program sets the characterist NO_OUT by default, but you can change the default values running the report with a layout variant where that field is shown.

So you shouldn't need to do any modifications, but only create a good default layout variant.

Max