Vipin,
Thanks for the the reply. But it is happening in production for all users and for all RFx's.
Thanks,
Rao
Vipin,
Thanks for the the reply. But it is happening in production for all users and for all RFx's.
Thanks,
Rao
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.
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
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
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
Hi,
you need to raise an OSS message. SAP should release the note for your patch level.
Regards
Konstantin
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
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
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.
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.
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
thank you so much Konstantin !!
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
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.
Hi Eswar,
FM BBP_PDCV_UPDATE_ACTIVE is responsible for this.
Send iv_testrun = x for simulation only.
Regds,
Siddharth.
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.
Hi Siva,
Mayve you can check custom code written in doc save badi or doc change badi.
Regds,
Siddharth.
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,
Check if the address is hardcoded in the DOC SAVE BADI..