Parked document to be locked while in workflow

Hi all,
I want to lock a parked document from edit while in workflow, I have seen in my previous project that if any document in workflow if try to change it used to give a message that 'document in wirkflow'. how to set this setting for parked documents using FIPP.
Thanks
Edited by: venu gopal on Dec 13, 2011 6:53 AM

Hi,
At least I am not aware of this kind of customizing possibility in parked document handling process. Please go through the customization, if you think you can find such a possibility. In my experience I've never seen a need for this kind of functionality in parked doc. process.
I don't know the badis/user-exits of this area, but I am sure there must be some thing that you can use. Much more likely to find something in the saving part (not in the display->change part).
Regards,
Karri

Similar Messages

  • Customizing settings for parked document for edit lock while in workflow

    Hi all,
    I want to lock a parked document from edit while in workflow, I have seen in my previous project that if any document in workflow if try to change it used to give a message that 'document in wirkflow'. how to set this setting for parked documents using FIPP.
    Thanks

    Hi,
       Please read note 169732.
    It is normal that you get this errror message "Park document blocked xxxxxx" if you try to park a document for which "Release necessary" is set but "Released" flag is not set.
    Normally in workflow the "Released" flag is set in a background step right before the workflow posts the documents.
    regards
    Waman

  • Customizing setting for parked documents of edit lock which are in workflow

    Hi all,
    I want to lock a parked document from edit while in workflow, I have seen in my previous project that if any document in workflow if try to change it used to give a message that 'document in wirkflow'. how to set this setting for parked documents using FIPP.
    Thanks

    Hi,
       Please read note 169732.
    It is normal that you get this errror message "Park document blocked xxxxxx" if you try to park a document for which "Release necessary" is set but "Released" flag is not set.
    Normally in workflow the "Released" flag is set in a background step right before the workflow posts the documents.
    regards
    Waman

  • Changed Parked Document

    Hi,
    When document is parked (Transcation FBV1) workflow will triggered using create FIIPP-CREATE Event and going for approval process ,in the meantime the employee changes the parking document using FbV2 transcation whether first workflow(created workflow) will get logically deleted and again task will go to approver with new changes, whether it is possible?
    Thanks,
    Ram

    Got the solution
    I have concanated Source company code, Doc No and Fiscal Yearu2026and passed the value to objkey (Instance value) in FM - SWE_EVENT_CREATE using User Exit - EXIT_SAPLF051_003
    Used fork, in one branch decision step and in other event as change step FIPP-CHANGED EVENT
    Followed the step of (Arghadip Kar)
    Go to SWDD->Goto->Basic Data-> Version Dependent->Events tab->Mention event and receiver type as Cancel and Restart Workflow.
    Thanks,
    Ram

  • Error while posting the parked document in ECC 6.0

    Hello ABAPers,
    After upgrade from R/3 4.6c to ECC 6.0, when we try to post the parked documents ,It calls FM :POSTING_INTERFACE_DOCUMENT".
    Inside it a call transaction is done using FBVB which throws error while posting for more than 4 withholding tax types.
    Error : Field WITH_DIALG-WT_BASE(5) does not exist in the screen SAPLFWTD 0100.
    On running BDC in foreground mode ,Error is happening when the withholding dialog opens and screen seems to be small to input all the tax codes i.e it shows only 4-5 rows and hence only 4 tax types passes to the screen and remaining is left out and error is thrown. This results in document not getting posted.
    But in 4.6 c a bigger screen pops up and no error is thrwon.
    We are not able to check FBVB directly, since it does'nt allow Direct call to this transaction.
    We have checked lots of thread and notes ,But nothing seems to be relevant or helpful in our case.
    Could you please help us in resolving this issue/ let us know if any configuration/ screen variant change is required?
    Thanks!
    Regards,
    M M Jaffer.

    Hello Nabheet ,
    It is a standard code. We are calling the FM  'PRELIMINIARY_POSTING_POST_ALL'  for posting the parked document. The FM calls internally another FM 'POSTING_INTERFACE_DOCUMENT'. This calls the transaction FBVB where we get the above error.
    Thanks.

  • Error while posting parked documents

    HI ALL,
    After upgrade when we try to post the parked documents ,It calls FM :POSTING_INTERFACE_DOCUMENT"
    Inside it a call transaction is done using FBVB which throws error while posting for more than 4 withholding tax types.
    Error : Field WITH_DIALG-WT_BASE(5) does not exist in the screen SAPLFWTD 0100.
    On running BDC in foreground mode ,Error is happening when the withholding dialog opens and screen seems to be small to input all the tax codes.
    But in 4.6 c a bigger screen pops up and no error is thrwon.
    We have checked lots of thread and notes ,But nothing seems to be relevant or helpful in our case.
    Please check it.
    Thanks!

    Hi,
    Please follow as given below:
    1. Use T.Code KO31 and enter order and deactivate the control
    2. Then try to post the parked document
    3. And use T.Code KO30 and enter the order to activate the control
    Some times system will check budget availability which already commited for parked documents.
    Hope it will work.
    Chandu

  • Error 'Specify account number' while posting a parked document through FBV0

    Hi,
    I am getting an error 'Specify account number' while posting a parked document through transaction FBV0.
    I am not able to figure it out as to what account number it is referring to. Since the document is parked I assume the GL account used has no problem. Please help.

    Hi,
    Try to change the Account number and then save or post the data. I think Once We Parking the Document it wont allow to post the data without changing.
    Try same scenario in the development its be useful
    Regards,

  • Withholding tax Amount not being displayed in the Invoice while posting a Parked Document

    Hi,
    I have created a parked document for the Vendor who has the Witholding tax code w9 - 15% . I created Parked Document using FBV1 and then tried posting the same using FBV0.Somehow I am not getting the Withholding tax Amount in the FI Document created. However the W/Tax Base Amount and the W/ Base LC are being displayed correctly.
    Say if the Line item Amount is 1,000$ then both the amounts mentioned above in the Additional tab "Withholding tax Data" are being displayed as 1,000 usd but the W/Tax Amount is 0,00 USD.
    2. Also We have the PI and the Interface is written to post the Parked document while the xml file. There is a Method Execute_Asynchronous which has two BDCs one  for FBV2 ( Change Parked Document ) followed by the Post Parked Document FBV0. Hence When I try to post the Parked Document using the SPROXY Interface which has two BDCs Viz FBV2 & FBV0 I still get the Invoice with the Same Amounts and at times with additional 2 zeros added to it in the Additionsal Tax Data Screen.
    I am not sure what is the reason for this. Can anybody help  me sort out this Issue.
    Can there be any Config issues. Please let me know what all config Settings we need to do to sort out this Issue.
    Also let me know why the 2 Zeros are getting added to the Base Amount e.g if the Vendor Line item is 12,000 USD it shows as 12,00000.00 in the Withholding tax Data  Tab in the Invoice.
    Regards,
    Deepak.

    Dear Praveen,
    please check into IMG if You defined the WT type You are using for Your Comapny code:
    IMG --> Assign Withholding Tax Types to Company Codes
    I hope this helps.
    Mauri

  • Error while posting parked document

    Hi  all,
      We are in ECC 5.0.  While posting a parked invoice document, (created
    through MIRO), the system is giving an error saying, 'Account XXXXXX
    requires an assignment to a CO object . Msg. No. KI235) for Rounding off
    account. 
      This G/L account has a cost center assigned in OKB9 and there is no
    problem in the validity of the cost center and it is being displayed
    when the document is simulated.
      We are facing this problem only when posting a parked document. 
    While directly posting a document, there is no problem.
      Any suggestions?
    Regards,
    Sundar Rao

    Hi Paul,
    The error is occuring when I am posting a parked invoice document.  When I try and post it directly through MIRO, there is no problem.
    I am unable to understand your reply.  Can you please elaborate?
    Regards,
    Sundar Rao

  • Error while doing Parked document posting in FBV0

    Hi,
    I am getting the below dump error while doing FBV0 - Parked document posting. Can you please help me to fix this.. I have also maintained FBVB. But still i am facing this.
    Thanks
    Sunil

    Error details missing, like error message no, error text.
    Regards,
    Gaurav

  • Error while posting parked document in fbv0.

    hi experts,
    while posting a parked document in transaction fbvo the follwing information appears
    and document is not posted.
         Field WITH_DIALG-WT_BASE(2) is not an input field
    message no 00347
    Diagnosis
    A transaction is processed using batch input.
    System Response
    The runtime error field xxx occurs (invalid entries)
    Procedure
    Correct the batch input data. Depending on the processing scenario, this can affect either of the following objects:
    Batch input session
    CATT procedure
    Application program
    regards
    pankaj

    Hi
    Do one transaction in foreground and check where system is giving error and correct it.
    Thanks
    GG

  • Error messege BP603 while posting the parked document budget exceeded

    Hi ,
    We are having the budget function and its for overall release.
    Budget has been relased and assigned value is less then the released budget in all conditions.
    Its throwing the error messege No BP603  while posting the parked documents. Unable to understand the reason why its behaving.
    Please let me know if anybody has faced such problem.
    We are into ECC6, EHP 4 and the SAP note 557431 is not going to help anyways.
    Regards
    N.Raju

    Hi,
    Please follow as given below:
    1. Use T.Code KO31 and enter order and deactivate the control
    2. Then try to post the parked document
    3. And use T.Code KO30 and enter the order to activate the control
    Some times system will check budget availability which already commited for parked documents.
    Hope it will work.
    Chandu

  • Workflow park document time FIPP-----------------URGENT

    Hi Guru's
    Park document posting using throught workflow
    i posted one document throught workflow in f-65 (park document posting ).
    whenever above rs :- 5000 need apporvel to another user.
    when he/she give apporvel . i want to post that document.
    but, once when i get apporve .
    system is blocking that document
    system message Document not at release
    and also post symbol deativate mode.
    pls suggest path & any soultion

    Hi
    we have two users
    A  User
    B User
    A will pass the document (F-65) Park document  6000
    if above 5000 rs need approvel from B User
    If the B user Give approvel .
    A user will post the document .
    A user will Use FBV0 Transaction .
    He will post the document.
    But, here what is the possible.
    A user have n't posting the document
    Because , post icon is Deactivate mode
    How it is possible
    need any configration in FICO
    Pls suggest
    it is very urgent

  • FIDCC2 parking document workflow

    Hi All
    I have one requirement regarding parking document workflow:
    We're using FIDCC2 Inbound IDoc to post the vendor invoices. As per our requirement, the incoming document should not be posted. Instead it should park. Upto this point we are successful.
    But, after parking, a workflow should start and create an workitem in the user's inbox saying that parking document is ready for approval.
    In FBV3, if we select the radio button Release necessary then it should create the workflow. But, even after checked that button it doesn't create the workflow.
    Your help is highly appreciated on this. Please..
    Thanks
    Senth

    Please reply...

  • Triggering of Workflow for park documents based on Document type.

    Hi,
    I have activated workflow for park documents but it is triggering for all document types. Client dont want workflow for Customer park documents.
    I assigned SA document only in "release approval path" but it is triggering for all document types.
    Please help me.
    Thanks.
    Azeem

    Hi Azeem,
    We have the same requirement. Would you mind sharing how you were able to accomplish this?
    Thank you,
    Mark.

Maybe you are looking for