FB50 - force user to add attachment

Hi,
Is there a way to force user to add attachment in FB50 before allow user to post the entry? In other words, the FB50 entry should not be post into SAP if user did not attach any document. Please advice. Thanks.

Hi
Please refer the below link
Email Billing document as PDF Attachment while saving from VF01/02
http://www.whypad.com/posts/sap-attach-documents-to-a-journal-entry/45/
hope this will help you
regards
Praveen P C
Edited by: Praveen Chirakkel on Apr 13, 2011 6:06 AM

Similar Messages

  • Forcing a user to add attachement in wf ?

    hi,
    i have a workflow in which a user MUST attach a scanned document. well, how can i force a user to add this attachement. that means "no attachement = no continuing of workflow" !
    my workflow starts with a form where i can enter the form, but there it is not a "must".
    best reg, Martin

    hi martin,
    thank you as always ! you are doing great work in this forum !
    well, what i have thought of: an also 'clean' way is to force the user on the starting form ! the starting form generates a dynpro with the form-fields of the structure AND (on 3 further tabs) you can enter a note and attachements !
    isn't it possible to change that ? if there is NO attachement the workflow even can't start. i don't know where to do this ?
    b. reg, Martin

  • Allowing user to add attachment to form

    I'm trying to create a form for my users to fill out when they want to request my help with a project.  Often times
    they might have a document that they would like to submit with the request it might be a PowerPoint file, a MSWord or Excell file
    I am currently using Version 7 and also have Version 8 available.
    Is there a way to accomplish this.
    -d

    Or you have a very expensive product that allows you to add this right to
    your PDF files.

  • User add attachment from notification

    Hi
    I am using EBS R12, i need to allow user to add attachment from notification.
    This is the scenario:
    HR will submit workflow to user, this user will open the notification and the user must add attachment and then return it to HR. So can we do that?
    Thanks

    please see
    http://oracle-latest-technology.blogspot.com/2010/04/sending-attachment-using-oracle.html
    ApPsMaStI
    sharing is Caring

  • Force users to view multiple items before moving on

    In it's most basic form this is what I need to do.
    I'll have three boxes.  When the user clicks box A another box will appear containing a descrption of box A.  When the user clicks box B, description box A will need to disappear and description box B will appear, etc.  I think I know how to handle this portion using advanced actions, but is there a way to force users to view all 3 boxes before they can advance to the next slide?  I think it should be able to be done in advanced actions but I'm not sure how to write something like that.

    Nothing to apologize for. 
    the action looks good to me. 
    So your button is showing the language image, the language close button, then hiding some other things.  The expression you have is right.
    Your hide_languageDefinition adv action does the hide for the img_language.  Instead of a 'standard action' you need a conditional action similar to your show_FDCPA_nextButton action you have above.
    In that conditional screen where it says "untitled" you can have the action do several things.  You'll need it to hide your img_language and the btn_languageClose like you have already.  Since you want it to do the show/hide no matter what you can set it like this:
    Action Type:  Conditional action
    Action Name:  hide_languageDefintion
    If:
    (choose literal from the drop down)
    Type a 1 in the text field
    (choose 'is equal to' from the drop down)
    (choose literal from the next drop down)
    type a 1 in the text field.
    You're saying "if 1=1, then do the actions below"  1 is always going to equal 1 so it's always going to run the actions.
    Under actions put all your show/hide statements like you have above in hide_languageDefition
    I suggest changing that 'untitled' name to something that makes sense to you. 
    Click on the next 'untitled' tab and add the conditional if/then statement like you have above in show_FDCPA_nextButton.
    Find your languageClose button, and set it to run this advanced action.
    What the action will do now is runs the hide actions you have.  Then it looks at each variable to see if it is greater or equal to 1.  if they're all true, then it shows the next button.
    hope that makes sense; i can't attach screen shots from work, i apologize I can't help more.
    As for variables, this recorded session might help you:  http://www.adobe.com/cfusion/event/index.cfm?event=register_no_session&id=1891451&loc=en_u s
    picture a variable as a container.. a jar.  That jar has a label and you can write anything you want on it (the name of the variable).  That jar can contain 'stuff.'  numbers, words, whatever you want to put in it.  You can also manipulate what's in there with different functions of captivate.  So let's say in your case I want to track if a learner clicks a button.
    So I have my jar, and when the learner clicks a button I take a piece of blank paper, write a "1" on the paper and put it back in the jar.  If they click that button again, I take out that paper, see a '1' on it, and I add 1 to it, and write '2' on the paper (this is your expression above 'btn_abussive_harassing_language = btn_abussive_harassing_language + 1').
    When I'm closing the image, I pull out the jar, and look at the paper.  If the paper has a 1 or higher written on it, I show the next button (after checking all 3 jars, that is). 
    That's the quick version of what variables are and how they work, I hope that helps.

  • Add Attachment link doesn't open attachment window

    I'm trying to debug a custom page, written by someone else. It's in the recruitment module, and delivered subpages HRS_CE_A_RES_SBP and are included to allow attach/view/delete of attachments.
    When the Add Attachment link is clicked, it should open a window that lets the user enter a filename or browse, but on this custom page, nothing happens.
    Because the delivered code is unmodified, I suspect that there is some setup that hasn't been done. The component does contain table HRS_APP_ATTACH, which includes subrecord FILE_ATTACH_SBR. The component also contains record FILE_ATTACH_WRK.
    Can someone suggest my next step? Thanks.
    Mike
    HCM 9.0, PTools 8.49.20

    Generally Add attachment issues are enountered while setting up new regions for the reason URL not updated while setting up new region.
    In this table PSFILE_ATTDET a row is inserted temporarily with Oprid and deleted once the specified file is trasferred mentioned url successfully.
    Example: AddAttachment(&URL_ID, &ATTACHSYSFILENAME, &FILEEXTENSION, &ATTACHUSERFILE, &FILESIZE)
    works when &ATTACHUSERFILE =file-name and &URL_ID=gerurl(url.urlname) are given properly.Please check these parameters.

  • Unable to Check ADD Attachment Check Box. Thereby getting only email and not the attachment (which will contain the output of BO report , in Excel Format)

    Post Author: hteoh
    CA Forum: Publishing
    I have an BO related issue. I tried to schedule a smtp event in BO to email the report output as Excel. Since this report will go to different users, I unchecked the Use the Job Server's defaults (CHECK BOX). For some reason, I can't check the Add Attachment(CHECK BOX). I received the email but without attachement. Do you know why I can't use attachment. The SMTP event works perfectly if I check Use the Job Server's defaults.

    Hi!
    Use the below code to populate the Sender and receiver mail ids:
    DATA GV_SENDER    TYPE SWC_OBJECT.    
    DATA GV_SENDER_ID LIKE SWOTOBJID.      
    SWC_CONTAINER LT_CONTAINER.
    reset data for CTCV
    CALL FUNCTION 'CTCV_INIT_USER_DATA'.
      Create sender using sender mail address from new table
        SWC_CLEAR_CONTAINER LT_CONTAINER.
        SWC_CREATE_OBJECT GV_SENDER    'RECIPIENT' SPACE.
        SWC_SET_ELEMENT LT_CONTAINER 'AddressString'
                                         ZMAIL-SENDER.
        SWC_SET_ELEMENT LT_CONTAINER 'TypeID' 'B'.
        SWC_CALL_METHOD GV_SENDER    'CreateAddress' LT_CONTAINER.
        IF SY-SUBRC NE 0.
             MESSAGE ID SY-MSGID TYPE 'E' NUMBER SY-MSGNO
                     WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4
                     RAISING SENDER_CREATION_FAILED.
        ENDIF.
        SWC_OBJECT_TO_PERSISTENT GV_SENDER GV_SENDER_ID.
    Similarly you can create the recipient mail id. Pass the GV_SENDER_ID to OPEN_FORM.
    Cheers!

  • Forcing user to enter values at table level

    Hi,
    I have created a table ztest. How to force user to enter the values for certain fields in the table which are not keys, similar to not null in RDBMS. selecting the initial values filed in SE11 populates with some default value, but it doesnt force the user to enter the value.
    Regards,
    Raghu

    Hi,
    Just check out transaction code SE54 for events.
    Go in SE54.
    Give your table name.
    Go in Environment --> Events.
    Here add the Event '01' i.e. Before saving the data.
    Give the name for event eg 'BEFORE_SAVE'.
    Click on Editor to create an include program.
    In the include program write
    form before_save.
      data: f_index like sy-tabix. "Index to note the lines
      loop at total.
        if <action> = 'N' or <action> = 'U'.
          read table extract with key <vim_xtotal_key>.
          if sy-subrc eq 0.
            f_index = sy-tabix.
          else.
            clear f_index.
          endif.
          "(make desired changes to the line TOTAL)
          "End of Modification.
          modify total.
          check f_index gt 0.
          extract = total.
          modify extract index f_index.
        endif.
      endloop.
      sy-subrc = 0.
    endform.
    Note here in field symbol 'Total' your workarea will be their. You can make necessary checks here.
    Or else you can go for making a custom transaction for your requirement.
    Regards,
    Nitin
    *Mark all helpful answers

  • Is there a way to allow contributor users to add web parts to a page without granting them "Add and Customize Pages" permission?

    I am working on an enterprise wiki site collection, and when contributor users try to add web parts they will get the following error:-
    A Web Part or Web Form Control on this Page cannot be displayed or imported. You don't have Add and Customize Pages permissions required to perform this action.
    So I granted the Contribute Permission level an extra permission which is “Add and Customize Pages”. Now contributors will be able to add/edit/delete
    web parts. But they will have extra permissions that I do not want them to have , such as changing the design and customize some page layouts, also they can access the site settings and create site columns !!.
    So my question is basically if there is another way to allow users with contribute permission to be able to add web parts without granting any extra permission. In other words to treat adding web parts as normal content such as image, Text ,tables ?
    Thanks

    I dont think so.
    http://technet.microsoft.com/en-us/library/cc288074%28v=office.14%29.aspx
    Add and Customize Pages
    Add, change, or delete HTML pages or Web Part pages, and edit the Web site by using a Windows SharePoint Services-compatible editor.
    View Items, Browse Directories, View Pages, Open
    Design, Full Control 
    If this helped you resolve your issue, please mark it Answered. You can reach me through http://freeit-support.com/
    so there are not any workarounds or any custom settings which i can use to implement any of these:-
    - To force Contributor users to add web parts without granting them "Add and Customize Pages"
    - If i grant them "Add and customize Pages" permission, to stop the ability to access the site settings ?
    Please can any one advice on this , as it is causing a lot of confusion,,, and i can not live with the face that Contributor users can access and modify site settings. the other approach will be is that i will stop using web parts. but one of our main reasons
    we decide to use SharePoint is the ability to add web parts, especially the Visio & Excel web access web. thanks in advance for any advice ..

  • User to add favorites in Portal.

    Hi all,
    We have EP7.0 at our place.
    We have integrated SRM in ENETERRPISE PORTAL and users see all different menu in Portal as pe rthe roles assigned.
    Now for one of the roles,under "DETAILED NAVIGATION",users are able to see all transactions which are included for the corresponding role in SRM backend system.
    However the requirement now is to allow users to add transactions themselves under the link DETAILED NAVIGATION.
    How can this be achiveed??

    Hi Hema,
    Try this.
    Change the iView properties, these forces all BI reports to fire in EN,
    The setting in the iView of Application Parameters and set this to u201CLanguage=ENu201D.Then this Overrides the local setting of the Portal and forces a BW report to fire in EN.
    try this link :- Query in Portal User-Language-Independent
    Regards ,
    Sapbi3012.
    Edited by: Sapbi3012 on Jul 21, 2011 3:31 PM

  • Force user to enter text if checks YES check box

    I have created a form with YES and NO check boxes.  If user checks YES, they need to provide written reason.  Is there a way to "force" user to enter text into text box if they check the YES check box?
    Thanks,
    Toyro

    Hi Jodi,
    Yes, it has to be saved as a dynamic PDF.
    Additionally, there are some name mismatches in your form so the script was failing. My script defined page 1 as 'page1' while your form defined page 1 as 'Page1'. I renamed your form page 1 to 'page1' and the script worked fine.
    I would recommend enabling the debugger in Acrobat for form developement. See Edit > Preferences and enable the following:
    I added an additional button with some script on the button 'click' event.
    The purpose is to intervene in the submission process, in your case submitting by email. With a single submit button the email dialogue fires regardless of failed form validation. By introducing a second button you can do form validation before enabling submission. The attached form has a visible button called 'submitBtn' and your original 'Submit By Email' button which is declared as 'invisible'. My 'submitBtn' is labelled 'Submit By Email'. When the button is clicked is does form validation. If validation succeeds, I call form1.page1.Button1.execEvent("click"); to submit to the email address attached to 'Button1'.
    Take a look and see if it fits your requirements.
    Steve

  • Error when try to add attachment

    Hello experts,
    When one of our users try to add attachment to the WF he get the Error:
    "Database error for <SO_OBJECT_UPLOAD> <KPRO INSERT>"
    Do you know this one?
    The same user from another computer successfully add files. All the other users also do.
    it's happed to him always & it's doesn't matter if he try to add Word or Excel (he has Office 2000 not the new one of the XLSX).

    I think it might be a SAP GUI issue in that system. Try to contact the SAP Basis or security team on this.
    Thanks
    Arghadip

  • How can we restrict the other user to add their user id's to the user group created in SQ03?

    Hello All,
    How can we restrict the other user to add their user id's to the user group created in SQ03?
    When we enter the user group name and click on "Assign users and Infosets" button in the attached pic "User Group" .
    I was able to enter my user id in other user groups. How to Grey out the other rows in the attached pic "User Group 1".

    How strange I answered (or at least helped) this very same question earlier today. Here the link to my previous answer then:
    http://scn.sap.com/thread/3536135

  • Force users to view all rollovers before moving to next screen

    Hello,
    In Captivate 7 is it possible to force users to view all of the rollover items before allowing them to move onto the next screen?
    Thanks,

    There are a couple of options.  Rollover captions and rollover image objects are unable to trigger advanced actions on rollover, but you CAN do this with rollover slidelets.  So you could set up variables and advanced actions to track whether or not the user has viewed all rollovers at least once before showing a button that allows them to navigate to the next slide.  If you want to avoid rollover slidelets (due to all the issues they bring) you can use Event Handler widgets from Infosemantics.  Attach the widgets to the rollover caption or rollover images and this allows you to trigger advanced actions but with much more flexibility than with slidelets.
    One caveat.  None of these solutions work in HTML5.

  • Need link/button to allow users to add attachments to Tasks on Collect Feedback workflow

    Hi All,
    we would like to modify the
    Collect Feedback workflow in SharePoint to
    allow users to add attachments to Tasks. We need an additional button on the review form to attach files, when the reviewers are submitting their comments. 

    Hi nai.mish,
    I would not suggest you to modify the default collect feedback workflow, but to custom a workflow with custom form page that similar with the default workflow.
    You can consider using SharePoint Designer workflow, in this way, you may not be able to custom the task form with attachment, you can try to use “Hyperlink or Picture” column, this will need the viewer to upload the attachment to a library
    first.
    Or you can create VS workflow, the following has a sample about adding attachment to an InfoPath Workflow task form, you can get more information from it:
    http://www.devexpertise.com/category/sharepoint/workflow/
    Thanks,
    Qiao Wei
    TechNet Community Support

Maybe you are looking for