Document Contains Errors - Approval not possible

Hi,
We are having issue in our Invoice Workflow.
When ever the approver is trying to approve the document, he is getting the error message "Document Contains Errors -> Approval not possible".
We have verified the document and check for error messages and found the below error messages on the Document.
E BBP_PD              047 Posting period 006 2011 is not open.
The document was submitted some time in the first week of December and as part of AP process the posting period will be closed during the first week of every month.  This is a common business case and why is it stopping from posting the doc?
FYI..this Invoice is posted against the WBS element.
Pls give some insight on this and how to address the issue.
Regards,
Satya

Hi,
The posting date in the invoice is referring to the past period which is closed.You will have to change the invoice posting date to current period date and then process.
Regards,
Sanjeev

Similar Messages

  • Approval Not possible

    Experts,
    My customer came up and saying he is getting error "Document has errors approval not possible"
    he is going to approve the cart but he can't ....
    can any one of you could explain me abou this
    rg
    sam

    Hi
    Did you check your SC data ? Is there any error? Any clue on bbp_pd (sc)? What is the workitem status?
    regards
    Muthu

  • Document Contains Errors. Approval is not Possible.

    I have a SC approval that errored out when coming back to SRM. We run RBBP_OFFLINE_EVAL program periodically throughout the day to pick up offline approvals from users. In the spool list, I see this message:
    Document Contains Errors. Approval is not Possible. And the system gives me the WI ID, SC # and the object type BUS2121.
    I've never seen such an error before. The document here...is it referring to the approval email itself? We instruct our users to not edit the approval email in any way. They just have to click on the approval link and click on Send in Outlook. I don't know if the document it's referring to is the SC or the approval email.
    Can anyone help?
    SN

    Hi,
    You are right. This error is the issue. To answer your other question why this message was not raised earlier;the problem could be that at the time of sc creation, there might be sufficient budget. But because your shopping cart was in approval for some time, it is possible that some more shopping carts have been raised with the same WBS and got approved. This would reduce the overall budget available. When the shopping cart is approved, one more check is done by the system and this time there was no sufficient budget.Hence the error is displayed. Only option for you now would be to ask FI people to increase budget or resubmit the cart by changing the value of the shopping cart.
    Regards,
    Sanjeev

  • F4M document contains errors - URL missing from Media tag

    I feel like I'm getting close to finally get a live stream to work correctly in 4.5
    I can see the streams being recorded in the following directories
         C:\FMSHOME\applications\livepkgr\streams\_definst_\liveevent1
         C:\FMSHOME\applications\livepkgr\streams\_definst_\liveevent2
         C:\FMSHOME\applications\livepkgr\streams\_definst_\liveevent3
    Each directory contains five files: bootstrap ,control, meta, f4f, and f4x.
    I have a single file called Event.xml in the directory: C:\FMSHOME\applications\livepkgr\events\_definst_\liveevent
    <Event><EventID>liveevent</EventID>
    <Recording>
    <FragmentDuration>4000</FragmentDuration>
    <SegmentDuration>16000</SegmentDuration>
    <DiskManagementDuration>3</DiskManagementDuration>
    </Recording>
    </Event>
    However the client player receives the exception F4M document contains errors - URL missing from Media tag.
    If this file is dynamically generated on the fly by the server what do I need to change to resolve this issue?
    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
                codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab##version=10,0,0,0"
                width="600"
                height="409">
                <param name="movie" value="StrobeMediaPlayback.swf"></param>
                <param name="FlashVars" value="src=http://myserver/hds-live/livepkgr/_definst_/liveevent.f4m"></param>
                <param name="allowFullScreen" value="true"></param>
                <param name="allowscriptaccess" value="always"></param>
                <embed src="StrobeMediaPlayback.swf"
                       type="application/x-shockwave-flash"
                       allowscriptaccess="always"
                       allowfullscreen="true"
                       width="600"
                       height="409"
                       FlashVars="src=http://myserver/hds-live/livepkgr/_definst_/liveevent.f4m">
                </embed>
    </object>
    Thanks Again!
    Dave

    I will suggest you to go through this doc for complete implementation details. It is pretty comprehendable and would help you understand http live streaming better.
    http://help.adobe.com/en_US/flashmediaserver/devguide/WSeb6b7485f9649bf23d103e5512e08f3a33 8-8000.html#WSd391de4d9c7bd609a95b3f112a373a7115-7ff6.
    As per your questions -
    1. "I try to access the stream using the local player at http://localhost/hds-live/livepkgr/_definst_/liveevent/livestream.f4m" - This should be http://localhost/hds-live/livepkgr/_definst_/liveevent/liveevent.f4m.
         The name of the f4m is the name of the event you are referring to. In your case, the live event - liveevent is associated with all your three livestreams- namely livestream1, livestream2. livestream3.
    2. "Do I need to create BOTH a 'manifest.xml' and a 'event.xml'? And do both of these files need to be in the event directory like below?" - Yes. If you are using mbr you need both these files at the exact place you mnetioned.
    For simple single bitrate streams, mainfest.xml file is optional.
    3. "If I need to manually create a manifest.xml file would this file and directory be correct?" - Yes, you are right on track. Create the file Manifest.xml and place it inside events directory at the place you mentioned.
    4. "Do I need to use a absolute url in the streamid field in manifest.xml to resolve the error msg 'The F4M document contains errors URL missing from Media tag'?" - No. This is not needed. StreamId is not the content path, that is taken care of by the url path in the output manifest. You streamIds will be - livestream1, livestream2, livestream3.
    After all this, I would suggest you to check one more thing. If you are publishing the way you mentioned above, there would be '.stream' files (For eg - 'MTYxMjAzMzAzMg=.stream' ) created in your events folder - "C:\FMSHOME\applications\livepkgr\events\_definst_\liveevent\". You should check that there are 3 and only three files formed. It somehow happens that when you publish and republish again without deleting these files, FMS creates multiple copies and tries to map each one to the actual content written at - C:\FMSHOME\applications\livepkgr\streams\_definst_\livestream1\ etc.. So there should be three files and each one should point to one of the streams directory. If there are more, please delete these files, delete your hds streaming content (if possible) and republish again the same way.
    This should solve your problem. If still you are facing some issues, do let us know.
    Thanks,
    Apoorva.

  • I am getting an error"Deletion not possible, original "

    Hi..
    When i am deleting the file from one of the document number i am getting below error
    "Deletion not possible, original is being used in other documents"
    But for the same document with another version i can delete the file.
    Please help ASAP..

    Hi,
    Whenever a new version of a Document Info Record (DIR) is created or a  DIR is created using another DIR as template, the original files copied  to the new DIR still refers to the source DIR until the file is edited once.(checked out and checked in). This is the standard behaviour,  however there is no option to copy the files for the new DIR at the time of creation, instead of creating files via reference.
    Due to this reference you might face error message during deletion of the original in the new created document info record for example or if you made changes to this original in one version you will see the same changes also in the new version too.
    If you want to break up this reference automatically during the creation process of the new document info record you will find a solution proposal in SAP note 1450267. Therefore BADI DOCUMENT_MAIN01 with method AFTER_SAVE has to be used with the function call in the following way:
    CALL FUNCTION 'CV120_KPRO_RESOLVE_REFERENCE' IN UPDATE TASK
    EXPORTING
    IS_DOKAR = draw-dokar
    IS_DOKNR = draw-doknr
    IS_DOKVR = draw-dokvr
    IS_DOKTL = draw-doktl.
    Hope this answers your query.
    Regards,
    Deepak Kori

  • Error : Modification not possible- while creating source system in BI7

    Hi BI Guru's,
    We are using BI7 and source system ECC6 ,We are about to move to production, When creating the source system in BI PRD system we getting the Error Modification not possible.we created RFC connection, background user and remote connection works fine.
    Is there any body put some light on this issue
    thanks in advance,
    Regards,
    Mohan

    Mohan,
    Check if your logical systems are in place in SCC4 and also in the transport connection.
    Also check if you are connecting to the source system by IP Address or by logical name.
    Accordingly you would have to maintain the source system connections.
    Arun

  • System Error- Restart Not Possible

    Hi All,
    I have Synchronous scenario.
    I am trying to handle system error in BPM. so if system error comes i m cancelling process.
    So in sxmb_moni, my scenario is successful as it is not getting stuck into queue.
    But it is giving me error as "System Error - restart not possible" .
    But I need to resend / restart this message again.
    So can u please guide me for same
    Regards,
    Manisha

    When your WS id down you are handling the esception in your BPM perfectly....what more you can do is in the exception branch throw an alert to the support team from SAP saying that the processing for a particluar IDOC failed as there was an error while connecting to the end system......in this case you can ask them to restart this particular process once the WS is up....
    One option wil also be to increase the default retry attempts of AE while connecting to the end system....affects performance....maximum retry attempts is 10 (if i am not wrong).....so if your WS comes up during this time you can send the message......
    We have a similar case wherein same logic has been applied in BPM...which asks the support team to restart the process if the process fails due to a communication error with the end system.
    Regards,
    Abhishek.

  • System Error- restart not possible - Error Message in MONI

    Hi,
    Though my flow is running fine. with success flags, there are couple of below error messages.
    System Error- restart not possible
    Message ID D59F2131E30E45E21D5BADCC8C0F8656 for pipeline CENTRAL version 000 already exists in system
    why am I getting these errors..
    Regards,
    Varun

    What was the status of your server (XI/ PI and the receiving application) at the time of processing of these messages? Also check if the payload was sent with all the required information.
    Regards,
    Abhishek.

  • Error - Logon not possible; none of the active logon procedures is possible

    Dear Gurus,
    I'm trying to configure SSL with User mapping to SICF service: NWBC.
    -SSL configured with STRUST transaction and I see that it is working via Internet Explorer
    -SICF service NWBC was set to: "Required with Client Certificate (SSL)"
    -User mapping was set like described in this article: https://help.sap.com/saphelp_nwmobile71/helpdata/en/17/1514e9b7eb4f74b0b49327b8f2a662/frameset.htm
    But I get error:
    Logon not possible; none of the active logon procedures is possible
    Any idea ?
    Please advise,
    Dimitry Haritonov

    Hi,
    I would try to check logs first. In transaction SMICM you can set up level of logging for ICF services. So set it up to the highest possible level (this one actually dumps whole content of HTTP request, so maybe that's not necessary) and try logon again. You should get a reasonable info and you can try to figure out why it fails.
    Cheers

  • Archive url access throws error "SSF error: Decoding not possible"

    Hi
    We are using function module HRWPC_RFC_EP_READ_PHOTO_URI to pull the photo of an employee in ESS.
    When we paste the url in browser we get following error
    SSF error: Decoding not possible
    Can anyone help to resolve this.
    regards
    barin

    Barin,
    check these links
           1060613       SSF error, Decoding not possible       
         983550      SSF-Error occurs when viewing attachments of a solution
    https://forums.sdn.sap.com/click.jspa?searchID=17894100&messageID=5942357
    https://forums.sdn.sap.com/click.jspa?searchID=17894100&messageID=6347898
    Thanks
    Bala Duvvuri

  • SSF error: Decoding not possible

    Hi all,
    I need to get the absolute URI from a DOC_ID (TOAHR table), to display an employee photo in the browser.
    I'm trying with the following FM:
    SCMS_AO_URL_READ
    ARCHIVELINK_URL_GENERATE
    but both returns me sy-subrc = 0, the same URL and the same error message:
    "SSF error: Decoding not possible"
    when I'm copying the returned URL in the browser...
    anybody could tell me what's the problem / error?
    Thanks!
    Miguel Angel.

    ok i've got it....
    i used cl_crm_documents=>get_with_url to geht the urls.
    the returning value is cutted in the gui after some chars. thats why copy and past didn't work for me.
    but variable conatains the complete url, althoug the complete url isnt shown on the gui.
    i tried something like this, and it worked:
    CALL FUNCTION 'CALL_BROWSER'
    EXPORTING
       URL                          =  lv_url
    EXCEPTIONS
       FRONTEND_NOT_SUPPORTED       = 1
       FRONTEND_ERROR               = 2
       PROG_NOT_FOUND               = 3
       NO_BATCH                     = 4
       UNSPECIFIED_ERROR            = 5
       OTHERS                       = 6

  • RAR Error- Approver not found

    Dear Experts,
    I am facing following problem in RAR component.
    When i am changing Function associated with Risk Id. It gives me error Approver not found.
    What is to be done to tackle above error ?
    Rgds,
    Saurabh

    Dear Saurabh
    Have you configured the workflow in CUP to handle the 'Risk Maintenance' in RAR? If not so, please configure the workflow or check for the Custom approver derminator (CAD) in the workflow in CUP, if it is already configured.
    Alternatively, if you do not want the workflow to be triggered for changes you make in the Risk, then disable the work flow function, @ RAR - CONFIGURATION TAB-WORKFLOW-RISK MAINTENANCE-CHOOSE OPTION NO.
    Regards
    Swarna

  • CProjects approval error - Signature not possible : no user certificate ex

    When i try to approve the phase in cProjects i get an error which says
    "Signature not possible : no user certificate exist".
    Where exactly do we maintain this certificate because i am not able to change the decision for phase approval.
    I have maintain the person responsible for project role via Organizational mgmt. in PPOCE and BP transactions. I have also specified personnel number and user in the identification tab in BP tcode.
    Please reply asap,
    Pratik.

    The issue is solved.
    1. Specify Personeel number - BP transaction
    2. Specify user name - BP transaction
    Additions made :-
    Specified external reference number - BP transaction
    Also made changes in Phase type settings related to approval where couple of statuses were changed.
    Regards;
    Pratik

  • Web Services,Delivery Document Adding Error  Could not commit Transaction

    Dear All,
       I am working with SAP Business One Web Services, While adding Delivery Document it's giving error  "Could not commit transaction"  Please Give your Suggestion It's urget.
    Thanks,
    Madhu
    9701155577

    Hi,
    Do you mean there is no journal entry created orthat the link is missing?
    If this really is a delivery for stock/inventory items there should be a journal entry, else it sounds like an error in SAP.
    Are there still changes in the stored procedure? Also have a look at the TansactionNotice. It is possible the roll back does not work correctly.
    Again sounds like an error.
    Doe sit happen all the time?
    Only for certain items?
    Are the stored procedures now clean?
    What Version are you using?
    Kind Regards,
    Friederike

  • Error : Access not possible using "null" objects reference

    Hello.
    i am working with a zbapi.
    i called a external email program in this bapi,everything is working fine over here.
    In webdynpro java they mapped my bapi and starting working from there.
    every functionality is working fine but regarding this email stuff it is showing an error as access not possible using null objects reference.
    where could be the possible error.
    is it in webdynpro or in abap side.

    Raghu,
    You are right. When it comes from the WD Java, may be you are not passing any value at all. You can trace it by these ways.
    1. Check it using SE37, make sure everyhting is fine.
    2. Print all the values that you are passing to the RFC in the execute RFC method().
    3. using ST05 transaction in R/3, enable RFC and SQL trace, check what is passing in between web dynpro and R/3.
    Moreover paste your error message here.
    Thanks,
    Raj.

Maybe you are looking for

  • Which data we will store in infocube?

    hi experts, i am in little bit  confusion, i think this is basic level question. can any body tell me where we store analysed data. that means which data we will store in infocube( raw data or analysed data). which data we will use for reporting? ple

  • Sudoku Newspaper codes

    Where do you find these codes at.

  • Changing Query Component's criteria items at runtime

    Hi All, As per my requirement i am changing query component's criteria items on some user input. So initially there were 9 components on query panel form and after user input it will become 7. I programatically used to set this two component's UI Hin

  • Headings in WAD

    Hello SDN, I have to create a web report where in I have to create seperate headings other than the normal headings which I get from BEx. To be more precise, for ex: if I am getting KF1, KF2, KF3, KF4, KF5, KF6 from BEx I have to create a heading for

  • Partner Determination/Organization Structure

    Hi, I wanted to understand how through partner determination procedure relevant Service Team can be assigned. You can use example of Standard Service Order Transaction SRVO, Standard Partner Determination Procedure 00006, Standard Access Sequence 011