Re: BBPGETVD use of address comparison to identify duplicates Check box?
Hi Kapil,The number assignment and the Duplicate check are two different functionalities. The duplicate check (if ON) takes the address of the vendor and checks in the SRM for any BP with the same...
View ArticleInvoice cost distribution not updated correctly in SRM
Experts, Here is a problem that I am facing.Extended classic SC has been created with account assignment cost distribution say: 15%, 15%,15%, 15%,15%, 15% and 10%.Follow on document is created and...
View ArticleExample implementation of BAdI BBP_ACCOUNT_CHECK_BADI ?
Hi, I implemented BAdI BBP_ACCOUNT_CHECK_BADI with the following code: ***DATA ls_exp_cobl TYPE bbpcobl_eci. exp_cobl = bbp_cobl. LOOP AT exp_cobl INTO ls_exp_cobl. IF ls_exp_cobl-costcenter IS...
View ArticleRe: Edit alert text
Thanks for your inputs.In fact at first I checked tx ALRTCATDEF, hoping to achieve this with some customizing activity.I'll try with the BAdI you suggested.Regards,Cinzia
View ArticleCreating Change History Documents in SRM
Hi, I am needing to update some flags in BBP_PDPSET and am having to do a direct table update since BBP_PD_PO_UPDATE did not work. What I need to do now is to is create change history documents for...
View ArticleBack-End Error:Enter Plant after PO is ordered
Hi Experts, we are getting error Back-End Error:Enter Plant after the PO got ordered. if we check for the errors in the portal before the PO is ordered shows up no errors but when we order...
View ArticleRe: Back-End Error:Enter Plant after PO is ordered
Hi, Is your plant in shopping cart still exists and valid in the backend RegardsKonstantin
View ArticleRe: Creating Change History Documents in SRM
Hi Susie, you should use BBP_PRODOC_WRITE_DOCUMENT. RegardsKonstantin
View ArticleRe: Update contract /PO using BBP_PD_UPDATE FMs
Alternative, you can try to use class /SAPSRM/CL_WF_PROCESS_MANAGER to start worklfow manually.
View ArticleRe: Update contract /PO using BBP_PD_UPDATE FMs
Hi, Thanks for the reply. Initially I thought of using OO aproach, but could not find any document / material on how to use it. Can you give me some pointers? Also how to use class...
View ArticleHow to control PO Mail Output based on Customer Field Value in SRM
Hello All, We have below scenario , can you kindly contribute you knowledge, What is the scenario ? We are implementing SRM 702 module and we are sending the PO output (Smart form = BBP_PO)...
View ArticleRe: follow on doc not created
Hi elham, How about the SC status after you approved it?Could you please show us the status at both header and item level? Regards,Wendy
View ArticleRe: table linkage between SRM PO to SRM confirmation
Hi Pramod, Which table for FM :BBP_PD_PO_GETDETAIL , I can see the relation between PO and confirmation. Table E_HEADER_REL and E_ITMLIM_REL , I can see only PO and SC relation. regardsDayal
View ArticleRe: Back-End Error:Enter Plant after PO is ordered
Hi Konstantin, Thanks for your quick response. yes plant exists in shopping cart after the PO is ordered and it is valid in back end. we are not facing this issue when we create a PO using carry...
View ArticleRe: Material and plant combination
Hi Vinita, I think you have highlighted to things above but I am not sure if I understand correctly or not : a) Material to be displayed only as per user country this i think you can controlled at...
View ArticleRe: Material and plant combination
Hey AnkitNope , I dont think you understood my issue here ..I basically want only those material which say belong to a particular plant P* should be displayed .. The one in extended attribute is user...
View ArticleRe: Shopping Cart No reference to PR
Yes correct I also achieved in same way. " To get the object id from SRM and update the tracking number for PR line items . READ TABLE is_sc_document-header INTO wa_header_ext INDEX 1. IF sy-subrc...
View ArticleRe: Material and plant combination
So here you want to show only those materials which belong to a certain plant for the plant you have selected say in Shopping Cart ? ThanksAnkit Jain
View Article