cancel
Showing results for 
Search instead for 
Did you mean: 

Provision to capture Security Inward Register Number (SIRN) in SAP

Former Member
0 Kudos

Hi,

Currently there is no provision to capture Security Inward Register Number (SIRN) in SAP while doing GR through MB01 or MIGO or relevant codes for Material Inward. We want to identify a field which can be used for SIRN capture and configure SAP for SIRN. We are already using fields text and document header text for other purposes.

Pls suggest which field can be used for the same or if any field addition possible in MB01 or MIGO screem, pls let me know.

Awaiting for your reply.

Thanks in advance.

Regards,

tapan

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

We had the same requirement, and we handled it by using the document Header text field.

I understand that you are using it for some other purpose, so do we.

But we have a division like user enters 1st the SIRN no (say 4chars) , than a space followed by other details like LR no. etc.

And in our outputs, the programmer just picks up the 1st 4 digits of header text as SIRN, than the next set of char's as say LR no, and so on.

Will that do in your case?

Do let me know.

Regards,

Arpit

Former Member
0 Kudos

Hi.

If you are using all feilds then better go for BADI.

If SIRN no depends on item then add addition tab in Item details.(Create Z table with SIRN)

if it is single per document then add addition header tab.

Regards

S B Hiremath

Former Member
0 Kudos

Hi,

Thank you very much for your reply.

Can you give me the BADI name for the same, if possible. I will be very thankful to you.

Also we have requirement to add SIRN field at header level.

So, as per my understanding after getting mentioend BADI , we need to create Z table with SIRN.

Pls correct me if I am missing something.

Awating for your reply.

Thanks & Regards,

Tapan

Former Member
0 Kudos

Hi.

Use BADI *MB_MIGO_BADI *

Creat with name ZSRIN_subscreen_Header.(Se19).

Then Add Z Table ZSIRN( With proper text or numeric characters as your business requirement)

Regards

S B Hiremath.

Former Member
0 Kudos

Hi,

Thank you very much for prompt reply.

This will serve purpose for MIGO screen. Actually as per our business requirement, we are using 3 t.codes for doing GR. MB01, MB0A and MIGO. So, for other two t.codes MB01 and MB0A, can you pls give me if any relevant BADI exist and other relevant information which can serve our purpose with the same header level?

Awating for your reply.

Thanks & Regards,

Tapan

Former Member
0 Kudos

Hi

Use *MB_DOCUMENT_BADI *

This will replicate you in tables MKPF &MSEG.

Regards

S B Hiremath.

Former Member
0 Kudos

Hi,

Thanks for your reply.

I have checked with my ABAP team for the same BADI "MB_DOCUMENT_BADI", but this BADI can not use for new field addition in t.codes MB01, MB0A, MIGO and other GR relevant t.codes. Through BADI "MB_MIGO_BADI", it is only possible in MIGO to add field in MIGO screen, as for other t.codes no screen exit has been found.

Is there any other way to add SIRN field in all above transaction?

Awaiting for your reply.

Thanks & Regards,

Tapan

Former Member
0 Kudos

Hi

I found Note 358828

Please check with ABAPer..

you can add this Z table in first screen of MB01........

Regards

S B Hiremath

Former Member
0 Kudos

Hi,

I have checked the same note and also checked the same for feasibility with my ABAPer, but according to entire analysis this note can not work out for the same purpose.

Can you pls give some other alternative for the same, if possible?

Thanks & Regards,

Tapan