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: 

Adding Extra Field in Transaction MB5S

thangam_perumal
Contributor
0 Kudos

Experts,

               My Customer asking Extra Fields(Plant) in Selection Screen of Transaction MB5S.

I dont know what to do. Please Any one Guide me whether need to do Screen Exit or BADI.

Thanks in Advance..

Regards,

     Thangam.P

8 REPLIES 8

thangam_perumal
Contributor
0 Kudos

Please any one sort out my issue...

former_member191728
Active Participant
0 Kudos

Hi Perumal

try doing this

Spro->Material Management->Inventory&physical inventory->Reporting->Define field selection for material document list.

add your program name table and field

thanks

Pawan Akella

0 Kudos

Mr Pawan Kumar,

                         Thanks for your reply... I have your Suggestion but not fulfilled my Requirement..

Please any one guide me...

nmirandaghn
Participant
0 Kudos

Hi, the only way we found is to make enhancements to the report, that is, you need the help of an abaper to add the field in the program, filter the dataset and include it in the field catalog.

Recently a coworker made an enhancement to include that parameter in the transaction, however, because of the big size of the dataset in the execution, it raised an internal table error. The problem with this approach is that the abaper can't change the query, he just can filter the dataset after he gets the plant parameter, so, consider this issue.

The choice here was to make a copy of that program (RM07MSAL) and change it as required however is not alternative I would recommend because this program is not going to be upgraded or patched by any SAP Notes or system upgrade.

Another alternative could be, depending on your requirement, is to check transaction ME80FN which shows similar data to MB5S. For best reference check this post:

Hope it helps.

0 Kudos

Hi Nelson,

                Thanks for your reply. I was done my requirement with ABAP enhancement..

0 Kudos

Hi, how you managed with adding the new field selection and working with the database selection?

0 Kudos

Hi,

     I have did the coding in select option and data base query with help of developer key.

0 Kudos

Hi, the only suggestion here is to have a reminder of this enhancement when upgrading SAP.

Best regards.