cancel
Showing results for 
Search instead for 
Did you mean: 

some SRM queries

Former Member
0 Kudos

Hi,

I have some SRM queries & request your valuable response & guidence

1. What CLEANREQREQ UP does exactly or any detailed information on this program

2. What BBPGETSTATUS_2 does exactly or any detailed information on this program

3. If one deletes an item in BE PO(classic) then what shall happen to shopping cart.Ideally it shall be available in SOCo.WHat if user wants to delete shopping cart?whats the option available?

4. I believe that if the shopping cart can not be deleted then we can manually cmark it as complete. WHat FM we can use to complete a shopping cart

5.If the status of shopping cart shows 'In Transfer' what is the option available? In case if sPO item isdelted by user & subsequently shopping cart is also deleted it stucks with this status.

6. Entries seen in table 'BBP_DOCUMENT_TAB '

7. Is there any way we can assign user as explicit buyer assignment?how?

thanks in advance for anti

Accepted Solutions (0)

Answers (2)

Answers (2)

peter_novoth
Employee
Employee
0 Kudos

Hi Arjman,

to your questions:

1) The majority of the follow-on doucments are asynchronously created in SRM. The report CLEAN_REQREQ_UP checks whether this asynchronously triggered follow-on documents are indeed created (technically the report reads the table BBP_DOCUMENT_TAB, and checks whether the follow-on documents are there). An example: in the classic scenario the report checks whether the follow-on doucument purchase requisition is created in the backend system.

2) The report BBP_GET_STATUS_2 checks for changes in the follow-on documents, and if needed it updates the originating document. Example: In the classic scenario there was a Purchase Requisition created from the SC. In case you delete a line item form this Purchase Requisition, the BBP_GET_STATUS_2 will update the history of the SC line item.

3) In case the of classic scenario it's possible to delete PO line items which are created from Shopping Carts. When you delete a line item in the backend PO, the BBP_GET_STATUS_2 will update the SC in the SRM system: in the history you will see, that the follow-on document was deleted, and the item should land in the SOC.

4) Once the SC is approved, no change more is allowed on it (you won't get the change mode in the transaction 'Check status').

However you still will be able to delete the SC line item by pushing the trash icon, and you also can delete the follow-on documents of this SC. This is the current standard behavior.

You can only prevent changes on the SC when you archive the SC, or the follow-on documents have also other follow-on douments. Example: SC -> PO in the backend -> CF -> INV. In this case the SC line item cannot be deleted.

5) This case shouldn't happen without manual interaciton. Normally for this cases the system creates an entry in the alert monitor. Ther the administrator can delete the SC line item, or delete it. Now in your case I suppose you don't have thie alert entry. You can recreate this with the report BBP_ALERT_SB_NOTTRANSFERED as described in the note 441768. Than the administrator can delete the SC line item.

6) In the 'BBP_DOCUMENT_TAB ' shouldn't be older entries, this is only a table for temporary check. Each entry, which is older than one day, has some trouble. This entries sould - and the corresponding SRM documents should be checked one by one.

7) I don't understand the question.

Regards,

Peter

Former Member
0 Kudos

Hi peter,

Thanks for the feedback. Appreciate that.

arjman

Former Member
0 Kudos

Hi,

Ans 1 &2 -Check this link

3. If one deletes an item in BE PO(classic) then what shall happen to shopping cart.Ideally it shall be available in SOCo.WHat if user wants to delete shopping cart?whats the option available?

In BE the Line item is deleted in P.o. -Shopping cart will not have any impact.

4. I believe that if the shopping cart can not be deleted then we can manually cmark it as complete. WHat FM we can use to complete a shopping cart

Once shopping cart is created . approval process trigger the manager can reject the sahopping cart.

Regards

G.Ganesh Kumar