Quantcast
Channel: SCN: Message List - Supplier Relationship Management (SAP SRM)
Viewing all 6690 articles
Browse latest View live

Re: Custom PO header field value is not saving in EKKO table

$
0
0

Hi Ann,

 

From the issue description i can guess that the values are reaching correctly from SRM to ECC but one of the field is getting lost after that.

 

Is the FIELD1 a non- character field ?

How is the PO fields being updated. Is the BAPI_PO_CREATE1 / BAPI_PO_CHANGE being called ?

 

These BAPIs only support character type fields to be added to bapi_extensionin. Can you check if you are getting Error ME 887 in the response,

In order to map the non- character fields you will have to implement the BADI ME_BAPI_PO_CUST method map2i_extensionin in ECC.

 

Within the implementation you can use the below code to map the fields correctly.

 

METHOD if_ex_me_bapi_po_create_02~map2i_extensionin.

     DATA: ls_temp TYPE bapi_te_mepoitem.

 

*--perform mapping only if there is at least one packed field

     CHECK im_error EQ cl_mmpur_constants=>yes.

 

     CALL METHOD cl_abap_container_utilities=>read_container_c

       EXPORTING

         im_container           = im_container

       IMPORTING

         ex_value               = ls_temp

       EXCEPTIONS

         illegal_parameter_type = 1

         OTHERS                 = 2.

     IF sy-subrc EQ 0.

       MOVE-CORRESPONDING ls_temp TO ch_struc.

     ENDIF.

 

ENDMETHOD.



~Regards,

Tanmay.


Enabling Item Category in Contracts

$
0
0

Dear all,

 

We are having an issue while enabling Item Category in a Contract items.

 

In Quality System, this field is enabled: User can modify the values of the field.

 

In Productive and Development System can not.

 

We have been debugging, but unfortunately we just can not find the root cause of the difference..

 

Any clue about how to solve this issue???


It'd be really appreciated!!!.

 

Kind Regards.

 

Raúl

Delivery schedule line sort order in SUS POs

$
0
0

Hi All,

 

We just noticed that when viewing POs in SUS, the delivery schedule lines for a PO line item are listed in chronological order when in display mode, but in sequence order when in edit mode. This is confusing to our suppliers.

 

Anyone know any way to change this? Or is this standard functionality?

 

Thanks and regards,

Seth

Re: SAP SRM Org Str

$
0
0

Hi Ivy,

First of all thank you very much for your reply

 

I tried to did it.
But on doing so , i am getting error , that already assing to " x " P, GRP.
Without splitting the percentage , how this is possible. ?

 

Thanks&Regards,
Devesh Agarwal

Re: SAP SRM Attributes Error

$
0
0

Hi Ivy,

 

First of all  thank you very much for your reply.

 

My very first question is , how this is possible that all the other users are working when they have same authorization and no BP address maintain to anyone.
Why i am getting issue only with one user.

 

Secondly, i did it , but nothing works after maintaing the BP address also in BP code.
What can be the other reason.

 

Thanks&Regards,
Devesh Agarwal

Re: POWL of Purchase Order Response shows wrong status of PO, after confirm response

$
0
0

Hello Ivy,

 

Thank for the response, however I reviewd this note and apply changes in my system but result is the same.

 

Any other idea?

 

Thanks

Re: PR changes not replicating to SRM SC

$
0
0

Ravi Kumar,

We are running into the same issue,. How did you fix this?

 

Sandeep

Error has occurred in pricing - message BBP_PD 353 - SRM PO

$
0
0

Hi,

 

 

I have a problem with a Purchase order where the Buyer is trying to change the price of the item and when the Buyer try to Order the PO, SRM give the message "Error has occurred in pricing".

 

This message BBP_PD 353 occurs sometimes and in some cases disappears for itself.

 

Anyone know this message/error and how to solve this?

 

We are on SRM 550 SP23 and SAP ECC 617 SP9.

 

Any help will be appreciated.

 

Thanks in advance.

 

Regards,

Carlos Morgado


Re: PR changes not replicating to SRM SC

$
0
0

Hi Sandeep,

 

I have added the code in BBP_DOC_CHANGE BADI to update these fields incase of SC changes. This works in my scenario. Hope it may work in your scenario.

 

Thanks,

Ravi G

Re: Catalog disappeared in SRM

$
0
0

Hi Ivy,

 

Do you want me to raise an OSS message ?

If so, CCM catalog Support ended and SAP will not longer assist with this catalog issue.

Any other suggestions are appreciated.

 

Regards,

SRM User

Re: Disable ITM_TYPE field at shopping cart item level

$
0
0

Dear all,

 

We are facing a similar issue with Item Category in a contract document. This field is available for changes in Quality environment, but unavailable in Productive and Development environment.

 

We would need to check the main root of the differences and where can be checked.


Any idea would be really appreciated!


Kind Regards!


Raúl

Re: Catalog disappeared in SRM

$
0
0

Hi,

 

I know the maintenance ended up, but this doesn't mean we won't help you find out the root cause.
If this is caused due to known bugs or some improper settings or database inconsistency, of course we still have responsibility to solve this.
If this is caused due to new bugs, we are not taking care of it any more.
Anyway, it is OK for you to report this CCM issue and our engineers will help to judge this.

 

BR,
Ivy

Digital signature compatibility issue.

$
0
0

Hi,

 

We are using SRM 7.02 EHP2 and working on sourcing scenario.

We are creating Rfx through NWBC.

 

While uploading the document using C folder as well as for submitting the Rfx we want use digital signature (class III) for bid submission.

 

So in that regards I wanted to know the compatibility of digital signature with NWBC.

 

Whether digital signature is compatible for NWBC?

 

Regards,

Anannya

HRALX job error - Address doesn't exist

$
0
0

Hi All,

 

We have HRLAX job scheduled but that is getting failed with error "Address doesn't exist".

 

We found that few users are not created (suo1d) in SRM and HR data has been sent to SRM for these users. Could you please advise if that might be the issue?

 

Thanks,

Sunil

Details on SLC & SUS

$
0
0

Hello Team,


Please let me to know for the below mentioned queries:


1) Master data replication for MM-SUS.


2) Now in SLC ( Buy side & Sell Side both in SRM but different clients), where from the master data records will come ?


3) Whether we can implement SLC on top of SUS i.e. in the same client, if so then SLC Buy side or Sell Side ?


4) Why we need to run the report "/SRMSMC/GET_SRM_SUPPLIER" as already the suppliers are there in SRM System. As, SLC is implemented on top of SRM ?


Regards,

Fazhlay


Re: SAP SRM Attributes Error

$
0
0

Hi,

 

Please ignore the error checked out in users_gen.
I suggest you add role /sapsrm/employee to this user and test the document creation again.

 

BR,
Ivy

Re: HRALX job error - Address doesn't exist

Re: Error has occurred in pricing - message BBP_PD 353 - SRM PO

$
0
0

Hi,

 

You ma try to restart VMC as below:
go to sm52 transaction and click on Virtual machine controller -> Reset.

 

Meanwhile is there any other error or warning messages when this error happened?

 

BR,
Ivy

Re: Error has occurred in pricing - message BBP_PD 353 - SRM PO

$
0
0

Hi Ivy, thanks for your response.

 

I already tried this. Reset the VMC via SM52 did not worked.

 

Also, I saw in another topic to run the FM IPC_DET_CLEAR_CUST_BUFFER. Doesn't worked also.

 

I do not have any other messages when I'm ordering the PO. See the screenshot.

 

SAP SRM.jpg

Do you have any idea why this happens and how can we solve this? I think that I will need to debug to discover the root cause for this PO.

 

Thanks in advance.

 

Regards,

Carlos Morgado.

 

 

Re: Details on SLC & SUS

$
0
0

1. You dont need to replicate product categories you do not create documents in SUS you just view /approve them

2. Sell side uses data from Buy side and Buy side uses data from SRM

4. That is how the system is designed even though the box is same the portal is different and it fetches data from different table hence so .

Viewing all 6690 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>