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

Re: Urgent production issue - Ship-to address in RFx

$
0
0

Vipin,

 

Thanks for the the reply. But it is happening in production for all users and for all RFx's.

 

Thanks,

Rao


tRFC Failure - Work Flow getting delayed

$
0
0

Hello Gurus,

 

I need your urgent help regarding the following matter:

 

System: SAP SRM

Release: EHP3 for SRM 7.0

NW: 740

There is a tRFC failure in our system.

Capture.PNG

 

The maximum runtime for a worl process is: 3600 seconds.

This leads to a lock on table PPFTTRIGG.

As a result of which all the workflows are stuck and there is a serious impact over the business.

 

We have identified the problem in lines with SAP Note: 1388980.

But unfortunately the note is not relevant for our release.

 

Need some urgent help to resolve this tRFC error.

 

Thanks

Rishabh Goel

Delete a PO line items when the Cost Center has been closed

$
0
0

Hi gurus,

 

what happens if I try to delete the line items of a PO whose Cost Center has been closed? Can I do that?

 

Thank you in advance for your help

Re: How to delete Review Comments

$
0
0

Hi Anuj,

 

Thank you.  I was able to remove the entries from Table /SRMNXP/RTNG_RVW via SE16 (with change/delete auth).

 

Thanks for your help!

 

Brent

Re: tRFC Failure - Work Flow getting delayed

$
0
0

Hi,

 

you need to raise an OSS message. SAP should release the note for your patch level.

 

Regards

Konstantin

PO is going in deleted status though i hit on SAVE

$
0
0

Hi Experts,

 

I would like to know the issue which we are facing is standard behavior or bug..

 

Issue:

 

PO has been created with 2 line items and the same has been replicated to ECC. Now i had opened the PO and deleted both the line items then kept it on saved without clicking order. Automatically PO has got deleted in SRM and the Header status has been changed to DELETED.

 

Screen shot of BBP_PD:

 

 

If its a bug, what could be the issue and how we can fix it.. Is there any note available.. Waiting for your valuable inputs.

 

Regards

 

Siva

Re: SRM add on to ECC config.

$
0
0

Hi Mark Hallett

i replicate material group and material type by using mds_load_cockpit

but i cant replicate some of materials

the materials which are not replicated to SRM, are activated to be used in batch management processes.

how can i solve it?

 

Regards

Elham

Re: One Client Solution

$
0
0

Hi Yann Bouillut

I have an issue with master data synchronization. Generally, it seems that our configuration is done completely and MM Module is integrated with SRM to transfer material groups and material types, but when we execute  T-Code MDS_LOAD_COCKPIT to replicate materials to products, some  of our products  are not be replicated and cannot be seen table comm_product.

Noticeably, our assessments indicate that the materials which are not replicated to SRM, are activated to be used in batch management processes.


What class/method responsible for copying PO change version into active version

$
0
0

Hi all,

         I would like to know the class/method that is responsible for copying changes into active version.

 

1. Create PO (saved version).

2. Order PO (Work flow triggered i guess).

3. Work item approved. I am guessing this converts changed version into active version(all changes are copied to active version. Change version is closed). Which class/method does this?

 

 

Thanks,

Eswar.

CL_MSI_MAT_PRD_MAPPING class in material sync

$
0
0

Hi Experts

can any one explain that why SAP does not allow to create batches material? i found this in sync program

 

* check for batch management

IF ls_wa_i_msit_matsync_t-mat_basic->data-batch_mgmt IS NOT INITIAL.

      DELETE i_msit_matsync_t.

      CONTINUE.

    ENDIF


class: CL_MSI_MAT_PRD_MAPPING


FILTER_MATERIAL (CL_MSI_MAT_PRD_MAPPING)


program: mds_load_cockpit

Re: The view in development is different from quality and production in SOCO

Re: CL_MSI_MAT_PRD_MAPPING class in material sync

Re: Remove default Product Category in Describe Req. initial screen

$
0
0

Hi Siva,

 

There is a way to remove these values without creating any dummy field as BLANK field.

 

 

1.There is a class interface /sapsrm/if_pdo_us_context which has a method get_item_defaults that sets the Item Default values for the product category.

     For finding the method.

       - Open Product Category Table COMM_CATEGORY

       - Do a 'Where-Used' on the table.

       - Find the following Method in the list:

 /SAPSRM/IF_PDO_US_CONTEXT_CONS~GET_ITEM_DEFAULTS 

 

2. Open the above method and find the code that fetches the:

   Product Category (rs_default_item-category_id) and

   Category GUID (rs_default_item-category).

The product category field is getting populated here.

 

3. Create an Enhancement at the end of this method to clear these fields.

 

4. You will need to determine the calling process to be sure you are only clearing these values when you want to.  I used a call to function SYSTEM_CALLSTACK and checked for certain mainprogram names.  Only if I find one of these programs do I clear the fields.

 

I checked for programs:

'/SAPSRM/CL_CH_WD_DODM_SC_H_BD=CP' or '/SAPSRM/CL_CH_WD_DOTM_SC_I_BD=CP'.

 

Note: This Method is called two times in the process.  Each from a different program.

 

Please reward points if helpful.

 

Regards,

AkkI

Updating the devlivery schedule date & time in SUS PO

$
0
0


Hi Experts,

 

I have MM-SUS scenario on SRM 7 EHP 3.

I want the delivery schedule date & time to be updated in SUS PO for the supplier to view the same on the portal & then confirm the PO.

I am getting the Delivery schedule date only on the portal screen but not the time maintained in ECC PO delivery schedule.

Please help.

 

Thanks in advance,

Ravindra K.

Re: What class/method responsible for copying PO change version into active version

$
0
0

Hi Eswar,

 

FM BBP_PDCV_UPDATE_ACTIVE is responsible for this.

 

Send iv_testrun = x for simulation only.

 

Regds,

Siddharth.



Re: Remove default Product Category in Describe Req. initial screen

$
0
0

Hi Siva,

 

This can also be done at-

 

/SAPSRM/CL_CH_WD_DODM_SC_I_DSC - REFRESH

 

Where lt_cll_item[]-category_id holds this value.

 

Before the call to-

 

 

mon_cll_set_facade->bind_blank_table( it_new_items = lt_cll_item ).

 

 

you can clear lt_cll_item[]-category_id

 

 

Regds,

Siddharth.

Re: PO is going in deleted status though i hit on SAVE

$
0
0


Hi Siva,

 

No this is not standard behavior. When the PO items are deleted and saved it will create a change version which will remain open. If you navigate inside the change verison you will see the item
deleted.

1.PO in portal

PO in portal.png
2.bbp_pd


PO in bbp_pd.png
3.Open change version
PO CV.png

 

Regds,

Siddharth.

Re: PO is going in deleted status though i hit on SAVE

$
0
0

Hi Siva,

 

Mayve you can check custom code written in doc save badi or doc change badi.

 

Regds,

Siddharth.

Re: Field Price_Unit is customized as hidden mode

$
0
0

Thanks Suresh for the reply. However, there is no current configuration maintained in the node "configure control of fields at item level" for the price_unit field. There is an option to include, however, that is for BUS2200 (RFX) and not for PR or PO.

 

Please advise.

Thanks,

Re: Urgent production issue - Ship-to address in RFx

$
0
0

Check if the address is hardcoded in the DOC SAVE BADI..

Viewing all 6690 articles
Browse latest View live


Latest Images

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