cancel
Showing results for 
Search instead for 
Did you mean: 

Consignment in SRM ?

diegohs
Active Participant
0 Kudos

Hi everyone,

Question for the gurus:

Somebody knows if SRM 4.0 supports the "Consignment" process?

For example, if you create a Requisition in R3 you can define the type for every position, consignment = "C".

Is it possible to handle this in SRM ?

Thanks for your help !

REgards,

Diego

Accepted Solutions (0)

Answers (3)

Answers (3)

0 Kudos

SRM does not support any "Special Stock" currently.

Former Member
0 Kudos

Hi

SRM version 4.0 does not support following process

1 Consignment process

2 Subcontracting process

3 Third party despatches Out and Out

However they are planning I heard in version SRM 6.0 to give some of these features.

Regards,

Nimish Sheth

pls reward points for helpful answers.

Former Member
0 Kudos

Hi Diego,

I also have to implement this in my project. Have you got any idea of how to implement this functionality?

SRM doesn't implement subcontracting also. Are you going to handle this in your project?

Regards,

Cristiano Soares

diegohs
Active Participant
0 Kudos

Hi Cristiano,

SRM 4.0 does not support consignment. It seems that you'll have to implement this by your own.

I think Ill begin this task at the beginning of April.

If I success.. I let you know 😃

Best regards,

Diego

Former Member
0 Kudos

Hi Diego

If the purchase requisition to be created in the backend only requires the line item type to be 'C' then it should be fairly easy to accomplish. There's a BAdI BBP_CREATE_REQ_BACK you can use and I already used it for creating stock transfer PO requisitions in backend (line item type = 'U'). The BAdI gives you access to table "req_items". In field "item_cat" you can then specify the key of the line item type. The key IS NOT the 'C' but a number. You'll have to check for the correct one in the backend. The key number I used for line item type 'U' was '7'.

Hope this helps... best regards,

Renaud

diegohs
Active Participant
0 Kudos

Hello guys,

Now I know that SRM doesnt handle the "consignment" process.

HOWEVER, Id like to know if somebody of you have made a development for this purpose ?

Thanks for your help !

REgards,

Diego

diegohs
Active Participant
0 Kudos

Hello guys,

Ill need to implement this... Any advice ? Somebody has made this before ? Im totally lost about this, I have some ideas but Im not quite sure =(

Thanks for your help !

diego

diegohs
Active Participant
0 Kudos

Hello, hello, hello.. =( so, anybody has implemented this ? =(