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

Re: SAP SRM Attributes Error

$
0
0

Hi Vinita,

Thanks&Regards,

Devesh Agarwal

 

I checked the whole or str and the attributes of both the users (the one which is working fine and the one which is not working fine  , Both the users are intregreted properly , attributes are exactly same , roles provided to them are exactly same .

 

SRM QUE4 .jpg

 

 

 

Red color- Faulty User
Green Color- Working properly

 

 

 

 

Thanks&Regards,

Devesh Agarwal


Re: SAP SRM Attributes Error

$
0
0

Hi,

 

Please check table BUT100 to verify if BUP003 is assigned to this user BP.
If not, this is the cause.
You may add this role to the user via trx BP.

 

BR,
Ivy

SRM method /SAPSRM/IF_PDO_DO_CHANGE_DOC~GET_CHANGE_DOCUMENTS subtracts 1 from version numbers of change documents

$
0
0

Hello Experts,

 

I'm using the method below to retrieve change documents of a PO, but it is subtracting 1 from the version change documents. Why is this?

 

Class: /SAPSRM/CL_PDO_BO_PO_ADV

Method: /SAPSRM/IF_PDO_DO_CHANGE_DOC~GET_CHANGE_DOCUMENTS

 

I was debugging the method and its subtracting 1 from the version number. For example if the PO is at version 3, its changed documents should be at version 3. This is the case within the method when it calls BBP_CHANGE_DOC_GET_NEW (Change document versions are at 3), but later in the method it subtracts 1 from all the versions not having "C". The change document versions will now be at 2 because of this. I would like to know why.

 

Thanks in advanced,

Jack

Re: SAP SRM Attributes Error

$
0
0

Hi Ivy,

 

Please see both the screenshot below.

 

1234.jpg

 

 

 

12365.png

 


BUP003 IS ASSIGNED TO THE FAULTY USER

 

Thanks & Regards,
Devesh Agarwal

Re: SAP SRM Attributes Error

$
0
0

Hi,

 

maybe debugging is the only option to find out the real root cause.

 

BR,
Ivy

Re: Catalog disappeared in SRM

$
0
0

Hi,

 

No Changes performed.

It happens for all the users.

 

Regards

SRM User

Re: Review cart and Order Cart not giving desired results

$
0
0

Hello Gautam,

 

 

you have to check SAP Front-End Gateway error log in /IWFND/ERROR_LOG transaction.

 

If the error is linked to the Backend Gateway, use /IWBEP/_ERROR_LOG transaction.

 

Regards.

 

 

Laurent.

Re: How to display/enhance entity type properties from a data model

$
0
0

Hello,

 

 

superclass /SRMNXP/CL_DATA_ACCESS_BASE is a final class:


ZCL_ZUIX_TEMPORARY_SC_DPC_EXT.png

 

But the problem is this class is the class used as Data Provider Class in most of the service names for software component SRMNXP01 (used for SRM UI Add-On but also for "My Shopping Cart" and "Tracking Shopping Cart" SRM Fiori Apps)...

 

So why SAP defined this class as "Final"?

Due to this, how can i redefine standard services?

 

Whole information comes from this thread:

need to enhance entity type properties from data model

 

Regards.

 

 

Laurent.


Need Search Help for Plant in SRM

$
0
0

Hello experts,

 

Any known search helps for Plant in SRM? I need to retrieve the plants relevant for the user as a search help. Is this readily available in SRM?

 

Thanks,

Jack

Re: Need Search Help for Plant in SRM

$
0
0

Hi Jack

It is BBP_LOCATION_VALUE you can check by logging into the webdynpro application from backend in SE80 and checking the value of context binding for the field .

 

Regards

Vinita

SAP SRM 7.0 delivery address addition in PPOMA_BBP error

$
0
0

When I add one more additional number in PPOMA_BBP by going into specific user attributes, existing delivery address numbers will auto disappears and added number only displays in Excluded and Inherited fields in grayed out mode and only default field appears either to tick or untick. Could any one help out how to retain the existing ones and to add new delivery address? ASAP is appreciated please.

 

Thanks

Muni

Re: SAP SRM 7.0 delivery address addition in PPOMA_BBP error

$
0
0

Hi,

 

In table T770MATTR (sm30), for attribute ADDR_SHIPT, it has inheritance type as 'local values overwrites inherited vaues'.
So when you add a new value and the original value is with inherited indicator, the new one will overwrite the old one which is correct.

 

If the old value is marked as inherited, you should be able to find the old value in upper node of the user, such as the assigned organization.

 

BR,
Ivy

Re: SAP SRM 7.0 delivery address addition in PPOMA_BBP error

$
0
0

Hi Lvy,

 

Yes-in table T770MATTR (sm30), for attribute ADDR_SHIPT, it has inheritance type as 'local values overwrites inherited vaues' appears. So it overwites.

 

So my question is-How to stop this disappearance of existing delivery address numbers(Overwriting) and just to add one more delivery address number to this attribute list for a specific user in PPOMA_BBP?

Re: Exception: CX_SY_REF_IS_INITIAL

$
0
0

Hi Kishore/Ceasar,

 

Even I had faced the similar issue some time back. Kindly get the below analysis to find the root cause of the same:

 

The dump is occurred when you trying to refresh a shopping cart which is not successfully created yet or we can say not registered in BBP_PD.

 

Runtime Error:                                                               

OBJECTS_OBJREF_NOT_ASSIGNED

Exception:

CX_SY_REF_IS_INITIAL

Terminated Program:

/SAPSRM/CL_PDO_BO_SC==========CP.

 

Please note just after click on order (before click on refresh) if you search the shopping cart in BBP_PD you cannot found anything.

 

SHC might not get created successfully or saved to database due to to some other exception occurred during database save operation.

 

In my case, other exception is occurred in the process controlled workflow due to which a below dump is registered in the ST22.

 

Runtime Error:

DBSQL_DUPLICATE_KEY_ERROR

Exception:

CX_SY_OPEN_SQL_DB

Terminated Program:

/SAPSRM/SAPLWF_CORE_ADHOC

 

Below is the failed database operation:

INSERT /sapsrm/d_wf_015 FROM TABLE it_level_to_item_map[].

 

So in ST22 you will get 2 dumps (one which is the root cause exception(For ex. DBSQL_DUPLICATE_KEY_ERROR) and the other one (OBJECTS_OBJREF_NOT_ASSIGNED) which is occurred when you click on refresh).

 

Just for your information in my case the other exception (DBSQL_DUPLICATE_KEY_ERROR) occurred because same approver is determined during 2 consecutive levels in n level step due to inconsistent set up in custom table.

 

 

Let me know if this helpful to resolve your issue or in case you need further information regarding to this.

 

Regards,

Arpit Bhardwaj

Re: SAP SRM 7.0 delivery address addition in PPOMA_BBP error

$
0
0

Hi,

 

Once the inherited old value is overwritten, the new one is added.
And you may add another one and this time it won't overwrites the new one just added, because both of them are not inherited values any more.

 

BR,
Ivy


Re: SAP SRM 7.0 delivery address addition in PPOMA_BBP error

$
0
0

Hi Lvy,

 

Perfect, Thanks for correct answer, I have completed my task accordingly.

 

But I need to ask you below query-

1. Earlier already existed delivery address numbers were with Excluded and Default boxes in enabled status which means we can tick or un-tick, and Inherited in ticked and grayed out mode.But now when I add my new delivery address number it overwritten all and then when I start adding old delivery address again then all are in Excluded boxes un-ticked and grayed mode along with Inherited box un-ticked grayed out mode. What could be the difference? Is there any impact?

 

BR

Muni.

Re: SAP SRM 7.0 delivery address addition in PPOMA_BBP error

$
0
0

Hi,

 

The only difference is that this attribute in user/position level will not inherit value from upper level, and you have to manually add it in ppoma_bbp.

 

Please mark my answer as correct which will also help others.

 

BR,
Ivy

Re: SAP SRM 7.0 delivery address addition in PPOMA_BBP error

$
0
0

Hi Lvy,

 

Sure. well.

 

So now if I make my newly added delivery address number as default address, by default it will automatically flow to Shopping cart. So if user wants to change this to some other address incase of need, can they change? will system display all other delivery addresses and allow in shopping cart?

 

BR

Muni

Re: Buffer table not up to date

$
0
0

Please check SAP Note 2168168, it can help to solve this issue

Create SRM reports to identify issues with awaiting approval PO's

$
0
0

Hello Experts,

 

We have a new requirement where we need to come up with a SRM reports which can help us in finding the PO's with below issues:

 

1. Workflow steps are completed but still PO status is awaiting approval.

2. PO's are pending with invalid user's

3. Identify the PO's which has crossed minimum number of days and is overdue with approvers.

 

Note: We are in Extended classic scenario where SC's gets approved automatically and PO's will be in approval flow.

 

Looking forward for your suggestions to come up with SRM report.

Thank You.

 

Regards,

Abhishek

Viewing all 6690 articles
Browse latest View live


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