Backend contract without Mat no. unable to create Follow on doc in frm SRM

Hi SRM gurus,
We are in SRM 5.0 release using classic scenario. We have created contract in backend SAP but does not contain a material number (MATNR), only short text/description (TXZ01
). This contract is uploaded to CCM successfully and SRM requestors are able to shop the item via catalog ID. However, upon SRM approval of the shopping cart, the status is "approved" but no Follow on document is created in backend. During test, we have activated the tracing BAPI_PO_CREATE1 but it seems that workitem does not go through the FM.
We have also noticed that in COMMPR01, since no MATNR exist from backend, the short text does not replicated.
Can you pls advise how can we create a Follow on document if shopping cart has been raised from a Catalog but only containing short text description. PRODUCT ID does not available.
Thanks,
Madelyn

Hi Madelyn,
Its difficult to tell the exact reason why the shopping cart has not created any follow on document in the back end.
Please look at the following for resolving this issue :
1. In SPRO > IMG > SRM > SRM Server > Cross Application basic settings > Define objects in the backend system
Check whether this setting is properly defined or not.
2. Check in SLG1 & RZ20 (Application monitor) for any errors to get a clear picture.
3. Try to create a SC w/o referringa contract and check whether it creates any follow on document in the back end or not.
Also try creating a SC by referring the same contract but not through CCM.
Since there is no material obviously you don't find anything in COMMPR01. Check in COMM_HIERARCHY whether the product category for which the contract was created is shown under the R3MATCLASS (Material Groups)
Hope this will make you more clear and helps in resolving the issue.
Award points for helpful answers.
Rgds,
Teja

Similar Messages

  • Unable to create follow-up document in Portal

    Hi,
    We are using NetWeaver Portal 7.0 and it is at the latest SP(SP10).
    When we are trying to create a follow-up document for an opportunity all the fields are getting grayed out and we are unable to create any follow-up document.But from GUI we are able to create it successfully.
    Also we are unable to create any sub-opportunity for the existing opportunity
    Both the above were possible when the portal was on lower SP(SP8)
    Does this issue have anything to do with the SP upgrade or could there be any other reason.
    Any inputs on the above issue would be of great help.
    Thanks and Regards,
    Vijaya Sai.

    Hi Chen,
    The problem the you are facing mostly occurs due to incorrect assignment of roles. The user id that is used in the EP needs to be present in the CRM backend system as well. The CRM Backend user has to be assigned to the corresponding single role.
    Portal user needs to be assigned to a Portal Role.
    Kindly have a look at the following document which will give more
    information on the role configuration.
    Please find the related documentation under:
    -> http://service.sap.com/crm-inst
    -> People-Centric CRM Inst. a. Config. Guides (on the left side tree)
    Kindly have a look at the guide for CRM 5.0
    This will give a clear picture on how to set up follow ups. Hope this helps. Please let us know incase you need more information on the same.
    Regards,
    Hemanth

  • Unable to create the sales doc with ref to quotation

    Hi,
    I am unable to create a sales order with ref to quotation, messege is "Create sales document" not allowed (User Status
    MKT, object VB0006000017000000)".
    how please advice me
    chandu

    Dear Chandu,
    In Copying Control from QT to OR:
    Kindly set the Copying Requirements: 301 for all Item
    And Copying Requirements: 501 for all schedule lines and check if the sales order is created now.
    Regards,
    Ashu

  • Program or FM triggered when creating follow on doc after approval

    Dear All,
    I am unable to debug the steps between approval of doc and creation of follow on doc. My problem is that when creating the follow on purchase order doc from SC, system is entering junk value for CZECH name (Non English user). I am unable to stop or debug as the follow on doc is getting created autometically. Please suggest.
    Best wishes,
    Atanu

    Hi,
    You do the following checks & let me know the result:
    1. Go to SC BBP_PD item data and check the PO number. Whether it is created?
    2. Use tocde RZ20 for any error in SC or PO.
    3. You must see the error in Application monitor SC or PO web page with detail error.
    4. Execute transaction SE37 and enter the FM BBP_REQREQ_RESUBMIT and then give the shopping cart number in REQNO field and then execute.
    Function Module should work considering the shopping cart is in approved status and in the Follow on documents the status says Approved and in transfer process.
    5.Also check whether the jobs CLEAN_REQREQ_UP and BBP_GET_STATUS_2 are working fine?
    Regards,
    yaniVy
    reward if helps

  • Unable to create follow on documents in SOCO

    Hi all,
    We are on SRM Server 550 SPS: SAPKIBKT05
    Once I click 'propose source of supply', it takes me to the next screen showing the proposed SOS's in a subscreen.
    Below this, is another subsreen with three tabs. Currently I do not see anything here? No items.
    Any idea what problem could it be? Do I need to activate BW report templates? Or is there something else??
    Thanks.
    Ali

    Hi,
    BW reports don't cause it. They will be used for reporting vendor evaluation etc.
    There are few things to make SOS to work:
    - material and services must exists in COMMPR01
    - in COMMPR01 Conditions tab must be filled with proper values eg.
      - Ctyp = 01PV
      - Vendor = 332 (Business Partner number)
      - Ammount = 34,00
      - Currency = EUR
      - Valid from = 25.10.2006
      - Valid to = 31.12.9999
    - in COMMPR01 Relationships->Vendor tab:
      - Business Partner = 332
    Save document.
    These values will be show in SOS. In Overview of Sources of Supply will be vendor no 332.
    Please check if Your IPC is work correctly in SPRO->SRM->SRM Server->Cross-Application Basic Settings->Pricing->Check Technical and Customizing Settings for Conditions
    Please look at SAP note 881265, 778253 too.
    Regards,
    Marcin

  • Backend PO number does not update SRM follow-on doc section

    Hi Guys,
    We are on SRM5.0 and ECC6.0 with Classic scenario.
    We are developing a logic in BADI BBP_CREATE_BE_PO_NEW (method FILL_PO_INTERFACE1) to determine if a Goods Receipt is required for some business conditions. Below is the logic.
    1.If GR is required then create a PO with External number range in backend. This is working fine.
    2.If GR is not required then create a PO with internal number range in backend. PO_NUMBER field will be cleared in the BADI so that backend system creates a PO with internal number range. This is working fine.
    But the problem in the point 2 above is, internal PO# is not reflecting in the follow-on doc section in SRM. I noticed that SRM allots a PO# in table BBP_PDBEI with backend external number range before it transfers the data to backend. We tried to delete the PO# in BBP_PDBEI-BE_OBJECT_ID in the same BADI so that backend system can updates this field BE_OBJECT_ID in SRM with internal number PO. We did not succeed in doing this.The SC status shows Approved but do not show the PO#.
    Can any one tell me how to populate the backend internal number PO in the Follow-on doc? Is this the right way of doing or is there any better way?  Did any one developed such logic?
    Please share your thoughts and experience.
    Thanks in advance..
    Jagdish

    I noticed that SAP takes the number sequence from number range PO and updates BBP_PDBEI field before sending the Purchase order to ECC. If the different number range is defined in IMG "Define num range per Backend system for Follow-on docs" then system takes that num range. Then BBP_GET_STATUS_2 checks the PO# and updates SRM if the PO# matches otherwise it wont update.
    But in our case we defined num range 44 for POs with Goods receipt and would like to assign another number range 22 for POs with NO GR. We can assign different PO doc type (ZEC) for NO GR by using BADI BBP_CREATE_BE_PO_NEW. But how to assign num range 22 for ZEC dynamically in BADI. System is trying to take num range 44 by default.
    Is there any way we can assign different number range in SRM BADI?
    Thanks,
    Jagadish

  • Unable to create a PO(in backend system) in ECS

    Hello all,
    I used the FM BBP_PD_SC_CREATE, BBP_PD_SC_UPDATE, BBP_PD_SC_SAVE to create a shopping cart in ECS scenario.
    The problem is I am unable to create a PO in the backend system for the shopping cart. I am also getting the message 'Vendor 3000014598 not intended for purch. org. Ref: MM Purchasing Org'.
    Please help me in this context.
    Thanks,
    Vishnu

    Hi,
    The problem with organization structure , Please check your organizaiton structure.
    Change company code /Pur.org Separatlly it will work.
    while replicating vendor please select the flag 'with out reference to back end pur.org' and choose local purchasing organization.
    refer this link
    Vendor xxxxxxx not intended for purch. org. xxxx Purchasing Organization
    Thanks
    prasad .s

  • Unable to create service central contract items

    Hi Experts
    We are in SRM 7 EHP 2 ECC 6 EHP 6
    We are unable to create Central Contract with Service.
    There is no "Outline" or "Service" on drop down from ADD LINE in Central Contract.
    Please help urgently.
    Thanks
    Ajit

    Hi Ajit,
    Please check if hierarchy template HIER_SE is assigned to this contract transaction type in the following customizing.
    spro -> SRM Server -> Cross-Application Basic Settings -> Service Procurement Activate Service Procurement
    Also SM34: /SAPPSSRM/VC_HT -> Assign to Transaction Type
    Best regards,
    Wendy

  • Unable to create Contract account

    I am unable to create contract account. I am getting the error message as "Key selection not defined for application R company code List of budget billing proceuders(R301)"
    How to go further?

    Hi, Jack
    Did you go to the path I indicated? In there, for each company code, you need to maintain which budget billing procedures you allow.
    0 means no BB procedure.
    SAP says:
    "If you enter 1 (statistical procedure), budget billing requests are managed as statistical items in the Contract Accounts Receivable and Payable (FI-CA) component and do not affect the general ledger.
    If you enter 2 (debit entry procedure), budget billing requests are posted as partial bills.
    If you enter 3 (payment plan procedure), the budget billing amount is requested as the new bill amount instead of the bill amount determined by billing and invoicing. The difference between the actual bill amount and the payment plan amount is managed in a special item. This procedure is used for monthly billing.
    If you enter 4 (payment scheme procedure), the bill amount is integrated into the budget billing plan. The bill can no longer be paid separately. The budget billing requests are posted as statistical items in the same way to the installment plan.
    If you enter 5 (down payment request plan), a special payment plan is created for industry customers. This plan is suitable for industry customers with monthly periods as the down payment plan for the month after next. To use this procedure, establish the settings in Customizing."
    After that, you need to maintain all the activities related to the BB procedures you want to use, in SAP Utilities / Invoicing / Budget Billing Plan. Check all activities and see what you need to customize.

  • Unable to Create Contract Templates In Other Business Units In Fusion Contract Management

    Hi All.
    I am working on Fusion PPM Release 9.
    I Have set Profile Options HZ_DEFAULT_BU_CRM to SH-Business Unit & HZ_ENABLE_MULTIPLE_BU_CRM to Yes in task Manage Administrator Profile Values.
    But LOV is showing only SH-Business Unit. I am not able to get other Business Units In LOV & Not able to create contract Template.
    Any help regarding above issue is Appreciable 
    Thanks
    Shaan

    Hi Vara,
    Check the basic settings for Student Contract accounting. Are you using "Create RFC Destination for Automatic Creation and Update" functionality? Please check that whether you have maintained any RFC or not. If yes, then remove that.
    The automatic creation function causes the system to automatically create a student account with the account-specific master data when it creates student master data. Check this in SAP_CM_ACCOUNT_DATA_UPDATE.
    The automatic update function causes the system to automatically update the relevant account data when it updates account-specific student master data.
    You can activate and deactivate the automatic creation and change function. You make this setting in the IMG activity (De)Activate Automatic Student Account Creation and Update.
    Regards
    Vinod Kumar

  • Backend Contract in Vendor List

    Hi All,
    I have created a quantity contract in my R/3 backend which has the price specified, the contract is against a material group and no material code is specified.
    I have assigned the contract number and item number along with the backend system reference to the vendor line in the vendor list for the same product category as specified in the contract.
    When I create a "describe requirement" shopping cart for the product category and go to the Source of Supply tab I can see the contract reference for the vendor. However after assigning the vendor I get information message
    "The price from the contract/info record is determined on ordering "
    and have the following information on the source of supply tab
    Vendor                   - Vendor name correctly specified
    Contract / Item        - Contract nuumber and item number correctly specified
    Purchasing Info Rec - Blank which is correct
    Price                      - 0.00 GBP the price specified in the contract item is 525 GBP
    Per                        - 1 Each which is correct
    Is it possible for the price in the shopping cart to be updated based on the backend contract price as standard?
    Cheers
    Chris

    Hi
    I undersatnd that you have mentioned your backend contract in vendor list and it picks contarc but not a price. Please try contract without assigning to the vendor list .
    As per general SRM
    Automatic Price Determination in Shopping Cart
    Priorities
    Contract -Highiest priority
    Catalog
    Vendor Price
    Product Price - Lowest priority
    Existing Vendor Lists should be considered as well !
    Are you getting source of supply like contract /info record entry hope that there no gray. i never tried this..but it is good try..
    Source of Supply
    cross check vendor list was activated..
    regards
    Muthu
    Edited by: Muthuraman Govindasamy on Sep 8, 2008 1:16 PM
    Edited by: Muthuraman Govindasamy on Sep 8, 2008 1:35 PM
    Edited by: Muthuraman Govindasamy on Sep 8, 2008 1:48 PM

  • Unable to Load Database/Unable to create database.

    RoboHelp 6.0 on my PC is suddenly unable to open existing
    projects or create new ones. The problem is not in the projects, as
    other people can unzip the same set of files and open them with
    RoboHelp on their PCs.
    The Details:
    When attempting to open an existing project (any project
    whether in version control or not), I get the message " Open
    project was cancelled or the application was unable to load
    database for..."
    I found the article that says to delete the CPD and XPJ files
    and then to use the Edit option to open the HHP file so that
    RoboHelp will recreate the two files. When I try that, I get the
    message "Unable to create database. Check that the directory is not
    read-only." It's
    not read-only.
    When I attempt to create a new project, the application acts
    like it is going to create one, but it just creates a project
    folder without the new first topic and then repeats the New Project
    Wizard window that prompts for title, etc. It will keep creating
    folders and returning to this window in a loop without ever really
    creating a project.
    RoboSource Control is functioning normally, by the way.
    I have uninstalled and reinstalled RH 6 several times, and
    have even uninstalled RH 6 and installed to RH 5 just to see if it
    could open projects, which it does with no problems. After that
    test, I uninstalled RH 5 and reinstalled RH 6, only to encounter
    the same problem all over again.
    This started happening after I uninstalled other unrelated
    software and received a message that some Service Pack 2 files had
    been changed and prompting me to insert the Service Pack 2 CD,
    which I don't have. This is because our IT department pre-builds
    our systems from an image and then distributes job-specific
    applications over the network. IT tried repairing Service Pack 2,
    but that didn't work. I'd like to uninstall and reinstall Service
    Pack 2, but the IT person says it's too risky on a system that was
    built from an image.
    We would like to find out
    which files RoboHelp is looking for when it launches a
    project so we can replace those files manually. Does anyone
    know what they are or have another suggestion that might fix the
    problem?
    Otherwise, I am stuck having to allow IT to rebuild my
    system. That means reinstalling and reconfiguring everything on it,
    just as if I were upgrading to a new PC. This can take a whole work
    week. However, I have already spent close to a work week on this
    problem, so maybe rebuilding would save time in the long
    run.

    Problem Resolution = HHA.dll
    For anyone who might be interested in the resolution to this
    issue, we did rebuild my PC and reinstall all of my software. The
    RoboHelp installation "complained" that I did not have HTML Help
    Workshop on my system and told me to download version 1.4 from
    Microsoft. I did have HTML Help Workshop..it's in my programs list.
    (It's not listed in programs on my co-workers' PCs, and they were
    not having problems, by the way.) But to make RH happy, I
    uninstalled the workshop and tried to install the version from
    Microsoft. But a message informed me that I already had a newer
    version of the workshop on my system, and I was back where I
    started. I could open projects, but there were weird problems.
    Selecting Topic Properties was met with an error message, and when
    the properties window opened, I could only see whatever template
    was assigned (or none if the topic had lost its template), and
    there was an extra section for Oracle help.
    So I started dinking around in the registry to see if I could
    get rid of any traces of the workshop so I could install the
    version RH wanted or to find any other clues to my problem. Under
    HTMLHelpAuthor, there was a reference to an HHA.dll file located in
    C:\WINDOWS\system32...only the file did not exist on my system.
    (Remember that my original problem was that some Service Pack 2
    files were either modified or missing.) So I did a Google search on
    that file name and found out that HTML Help Workshop is included in
    newer Windows operating systems, but that people used to have to
    get HTML Help Workshop from Microsoft, and that some people had
    made the mistake of just putting the HHA.dll file into the
    C:WINDOWS\system32 folder without also installing HTML Help
    Workshop. At this point it was obvious that I needed the HHA.dll,
    so I got it from a co-worker's PC. (Looking at the registry
    entries, I can also see that my system was built with a slightly
    different version of the operating system than my co-workers have.)
    Adding the HHA file to my system solved the problem. All
    projects but one were fine; one was still exhibiting the strange
    behavior. I fixed it by going back to the RoboHelp 5 version of the
    project and re-converting it to RoboHelp 6.
    I suspect that if I had known about the HHA.dll file before
    we rebuilt the PC, I could have solved the problem without going
    through that painful process. That is why I thought I should post
    the solution even though it was after the rebuild.

  • I keep getting this error in Dreamweaver when I am trying to upload my website?  Can you tell me what I am doing wrong?  here is the error message: /html - error occurred - Unable to create remote folder /html.  Access denied.  The file may not exist, or

    I keep getting this error in Dreamweaver when I am trying to upload my website?  Can you tell me what I am doing wrong?  here is the error message: /html - error occurred - Unable to create remote folder /html.  Access denied.  The file may not exist, or there could be a permission problem.   Make sure you have proper authorization on the server and the server is properly configured.  File activity incomplete. 1 file(s) or folder(s) were not completed.  Files with errors: 1 /html

    Nobody can tell you anything without knowing exact site and server specs, but I would suspect that naming the folder "html" wasn't the brightest of ideas, since that's usually a default (invisible) folder name existing somewhere on the server and the user not having privileges to overwrite it.
    Mylenium

  • Unable to create the temporary folder. Error 183 when starting Distiller

    New information discovered - see end of message!
    Full error message is (window title is Acrobat Distiller):
    "Unable to create the temporary folder
    Error: 183 - cannot create a file when that file already exists."
    I have no idea what file or what folder it is referring to. This is on an x86 Vista notebook and the message comes up when starting the notebook and also if you manually start Distiller 8. Updating did not help, nor did turning off the UAC, or running Distiller as Administrator. In the latter case, Distiller will open correctly, but the next time you need to use it, it fails. With the UAC turned off, the behavior is for it to show the Distiller window for a fraction of a second and close immediately. I also gave the user full rights to the C:\Program Files\Adobe folder and lower. Made no difference.
    Coincidental with this is that the PDFMOfficeAddIn.dll add-in will not enable in Word - when it is checked, and I hit OK, I get the message:
    "The connected state of Office Add-Ins registered in HKEY_LOCAL_MACHINE cannot be changed."
    All of this is going on when logged in as an administrator. I have seen folks post about this issue, but no answers that actually fiux the problem, just suggest what I have already tried. Anyone seen this one?
    The user is highly mobile, so I am not going to have a chance to work on her computer again until next week.
    NEW INFO
    I tried removing and reinstalling as administrator and the problem remains. However while trying to troubleshoot, I discovered some more details.
    The message is being thrown when acrotray.exe is started as a process in HKLM\Software\Microsoft\Windows\Current Control Set\Run and then tries to run acrodist.exe (which fails, BTW). If I don't let it run there and run acrotray,exe as administrator, then acrodist.exe runs as a process without an error. Additionally, stopping it from running in the registry, and then starting MS Word, the Acrobat add-in does load and even though there is an error thown, it still creates the PDF! I have other Vista 32 notebooks running various Acrobat versions with no problems.
    Another key thing I found out is that Acrobat started throwing the error after an HP Scanjet 8400 and its software were installed. I tried explicitly giving the user (already an administrator) full rights to the Acrobat, HP and Read IRIS directories. Did not help the problem. I have to think that there is some interaction there, but sure don't know what it is.

    what i did to eliminate that error message, i don't think it eliminated th
    e problem but now i can reboot and log in OK, was 2 things:
    i went into my system registry and unchecked to start at startup and then disavled it.
    i also had to go to each adobe icon, right click, go to properites, and than make all selections set to be administator.

  • Unable to create a request in CUP

    Hi All,
    We are unable to create a request in CUP 5.3.We have created the "Number Range" and it is activated. Workflow path is looking fine.
    The strange thing is I am not getting any error message after submitting the request.
    Please let me know the possible causes of this.
    Regards,
    Rakesh Narne

    Rakesh,
       What message do you get? There has to be some message. If you are not receiving any message then you might not have uploaded the .xml files into CUP. CUP comes with some initial data in the form of xml files and you need to import these files into CUP before using the tool.
    Without error message or some kind of long information, we won't be able to help you.
    Regards,
    Alpesh

Maybe you are looking for

  • Automation of replenishment delivery in SAP 4.7

    Hi Experts, I have requirement were in need to make the Intracompany STO process automated. The details are as below: 1. PO(UB) will be created manually 2. Replenishment delivery should be created automatically ( since I'm using SAP 4.7 version the o

  • I think my hard drive crashed....

    Hi, When I turn on my computer (a Power Mac G4 Tower)it sounds as if the disc has crashed. I have two hard drives running in it, and when I start up the computer holding the 'option' key, neither of them show up. When I turn it on without holding any

  • Error in Database Adapter Insert Or Update (Merge) Operation

    I have a simple SOA composite which reads XML files and posts data to a database table using a database adapter. I would like to perform a merge operation but I keep getting this error in the log - SEVERE: JCABinding=> XML2DB:WriteInvToDB [ WriteInvT

  • Problem with Java Multithreading Synchronization

    I'm not able to synchronize a block of my code using synchronized keyword for the method. Ideally if a method is synchronized, only 1 thread can access across multiple threads. But output is executing in that manner. Code attached below class SyncCla

  • Big AD44 problem with nokiaTurkey service!!!

    I gave my AD 44 headset to nokia service because i could not get any voice one of the earphones. It was 20.06.2008 when i gave it and till now they did not give any answer and new headset of AD44. They always keep me in suspense and i am so angry. Is