Manual Process VS System Process or Interaction

Hi everyone,
I'm a business consultant and I'm still on my first steps in Oracel BPA.
My question is about the representation of the activities in a Business Process...In Visio you can have different symbols to represent Manual Processes and Processes that use Systems.
In Oracle BPA you have Human Tasks and Automated Activity...so, if I want to represent a Manual Process, should I choose the Human Task symbol? Or only if there's a workflow pattern associated to that activity? Because you can be only Counting Cash in a Vault...would that be a Human Task in Oracle BPA?
Thank you in advance for your help.
Pedro

Awesome stuff sudhir..It is really a great logic to use..Thanks for ur help..
This is for future generation...
One Note:The field symbol should be declared as type any instead of "standard table".Because the T181 is used as global workarea(strucuture) in SAPMV45A program rather than internal table.
Here you go the modified code.
FIELD-SYMBOLS:<fs_t180> TYPE any .
  DATA:wa_t180 TYPE t180,
       c_t180(15) TYPE c VALUE '(SAPMV45A)T180'.
  ASSIGN (c_t180) to <fs_t180>.
   wa_t180 = <fs_t180>.
If wa_t180-tcode = 'VA01' or  wa_t180-tcode = 'VA02'.
Endif.
Thanks,
Vigneswaran S

Similar Messages

  • Solar01 - manual process steps

    Hello,
    We have some manual process steps defined in solar01. As transaction codes are not available for them, what is normally done for manual processes under transaction tab in solar01
    Are they left blank under transaction tab in solar01 or how manual process steps are taken care in solman - where ?
    Thanks.
    Anirudh,

    It sounds like you created created a logical component called Z_Manual_Step for product type Z_Manual_Step and added this logical component to your project and assigned it to the manual steps in the business process structure.
    They won't have an SAP transaction, however, they may involve a web site address, which can be added to the transactions tab.
    They are really there to document the process better for anyone that looks at the system. You can load documentation, track status, assign responsibility, etc.. to the manual step.
    regards,
    Jason

  • Process an Interactive Form in a function module or method

    Hello,
    If I process an interactive form in a report everthing works fine. But when I execute the same coding in a function module or method nothing works! The call of the function module fm_name returns sy-subrc = 1 (usage error).
    I believe that function call of 'FP_JOB_OPEN' cause the problems. I can't spool this job in an function module or method.
    What can I do for using interactive Forms in a method.
    If anybody had the same problem a piece of of coding will help.
    Thanks a lot in advance
    Roger
    CALL FUNCTION 'FP_FUNCTION_MODULE_NAME'
      EXPORTING
        i_name     = 'Z_EXPORT_FORM_01'
      IMPORTING
        e_funcname = fm_name.
    Set output parameters and open spool job
    fp_outputparams-nodialog = 'X'. " suppress printer dialog popup
    fp_outputparams-getpdf = 'X'. " launch print preview
    CALL FUNCTION 'FP_JOB_OPEN'
      CHANGING
        ie_outputparams = fp_outputparams
      EXCEPTIONS
        cancel          = 1
        usage_error     = 2
        system_error    = 3
        internal_error  = 4
        OTHERS          = 5.
    Set form language and country (->form locale)
    fp_docparams-langu     = 'E'.
    fp_docparams-country   = 'US'.
    fp_docparams-fillable  = 'X'.
    call the generated function module
    CALL FUNCTION fm_name
      EXPORTING
        /1bcdwb/docparams    = fp_docparams
        /vwk/z_tla_vw_export = wa_z_export
        it_vehicle           = lt_vehicle
        ddinit               = ddinit
        ddcomplaint          = ddcomplaint
        ddinformation        = ddinformation
        ddpraise             = ddpraise
        ddidea               = ddidea
      IMPORTING
        /1bcdwb/formoutput   = fp_formoutput
      EXCEPTIONS
        usage_error          = 1
        system_error         = 2
        internal_error       = 3
        OTHERS               = 4.

    Yes I did.
    I have written the code as given below. It is not working either. Can you please check my code.
    DATA:
          FM_NAME TYPE RS38L_FNAM,
          FP_DOCPARAMS      TYPE SFPDOCPARAMS,
          FP_OUTPUTPARAMS   TYPE SFPOUTPUTPARAMS.
    fp_outputparams-nodialog = 'X'.
    fp_outputparams-getpdf = 'X'.
    CALL FUNCTION 'FP_JOB_OPEN'
    CHANGING
    ie_outputparams = fp_outputparams
    EXCEPTIONS
    cancel = 1
    usage_error = 2
    system_error = 3
    internal_error = 4
    OTHERS = 5.
    Get the name of the generated function module
    CALL FUNCTION 'FP_FUNCTION_MODULE_NAME'
    EXPORTING
    i_name = 'ZHR_APPT'
    IMPORTING
    e_funcname = fm_name.
    Set form language and country (->form locale)
    fp_docparams-langu = 'E'.
    fp_docparams-country = 'US'.
    fp_docparams-fillable = 'X'.
    call the generated function module
    CALL FUNCTION FM_NAME
        EXPORTING
          /1BCDWB/DOCPARAMS        = FP_DOCPARAMS
          T_HR                     = wa_emphr1
       IMPORTING
        /1BCDWB/FORMOUTPUT       =
        EXCEPTIONS
          USAGE_ERROR           = 1
          SYSTEM_ERROR          = 2
          INTERNAL_ERROR           = 3.
    Thx,
    John

  • Foreign trade data defaulting to manually processed invoices.

    Hello Experts,
    How to default foreign trade data to manually processing invoices?
    Presently it is being manuallay processed and we need to default this data automatially on Invoice.
    Regards,
    Preeti

    We have maintained all the necessary setups for the foreign trade data.
    however, while creating the billing document for export, it is not auto - defaulting the foreign trade data. can this be autopopulated?
    The source and destination mode of transport.

  • Seperate manual processing PR according to Plant

    Dear All,
    I have an issue in my current implementation.Here is the issue
    in SPRO we can define Purchase Requisition number by MRP in two way
    1. Pur Req number by planning MRP automatic OMI2
    here we can seperate number range for PR based on plant
    2. Pur Req number by manual (convert planned order to PR manually) OMI3
    here we can not seperate the number range based on plant
    Is there a way to seperate the number range for purchase requisition that manually process?
    Kindly help and thank you very much.
    Best rqgards,
    Freddy

    Dear,
    Well the problem is when number ranges for manually processing is always used NB.
    When we begin studying this note the symptom is quite the same :
    Symptom is this OSS note:
    When you convert a planned order into a purchase requisition (transactions
    MD14, MD15), you can only define the purchase requisition generation using
    document type "NB".
    However, as of Release 4.0 you can define several document types, but when
    you manuually convert planned order into purchase requisitions the number
    range is always determined using document type 'NB'.
    We are still testing this note:
    1. Modify data domain PAART
    2. Assign them in OMI3
    will be report back for the result
    Best regards,
    Freddy

  • No amount if check on "Manual Processing Only" in KKA1

    Hi Expert,
    I am running Results Analysis for Internal Order. If i run without check on "Manual Processing Only", WIP Act.Cost will come out with amount in column WIPR COP.
    If i run with check on "Manual Processing Only", there was zero amount in WIP cumulative balances column.
    Results Analysis Category    Line ID
    WIPR                                      COL
    WIPR                                      COP
    WIPR                                      COS
    RUCR                                     COL
    RUCR                                     COP
    RUCR                                     COS
    Please advice is there any configuration is missing or need enhancement?
    Thanks.
    regards,
    ng chong chuan

    Hi Expert,
    I able to solve this issue, i need to tick save when execute Results Analysis Key for the internal order.
    Thanks.

  • Error when trying to view reports or manually processing the TFS data warehouse and analysis services cube

    Hello Guys,
    I am trying to configure the reporting for TFS using SQL Server. But I get following error when viewing any report:
    So I try to manually process the cube to check if it works. I am following this article: https://msdn.microsoft.com/en-us/library/ff400237.aspx
    When I click on GetProcessingStatus and invoke it (with last field set as TRUE) I get following error:
    Please advice as to how to resolve this issue and be able to see the reports.

    I have managed to resolve this issue. Note that for all purposes of this question and answer, mydomain\tfsadmin is a generic user (used to install all software). This is a proof of concept account, for test purposes
    The thing is that while installation of the SQL Analysis service I had given the username: mydomain\tfsadmin (a generic user for testing) as the Analysis service administrator, instead of the 'Domain admin' group.
    Still I have managed to resolve this issue.
    Steps:
    1. Make sure that the user (mydomain\tfsadmin) is a member of Analysis Server -> TFS_Analysis db -> Roles -> TFSWarehouseAdministrator and TFSWarehouseDataReader. (This actually happens automatically when you run the TFS Admin console and configure
    reporting and provide the username that will access the Analysis db, etc. In my case the user is 'mydomain\tfsadmin')
    2. It is a bad practice to manually process the cube (you can do this is make sure that there are no errors, but only after completing the following steps till step 5)
    3. Also make sure that NT AUTHORITY\NETWORK SERVICE is member of the Analysis db -> Roles -> TFSWarehouseAdministrator ->
    this will resolve the error which appears in the 2nd screenshot in the question.
    4. Then you can right click on the Analysis db and run process. If this is throwing error as shown in above reply of mine, then you need to follow https://msdn.microsoft.com/en-us/library/vstudio/ff400237.aspx
    a. http://localhost:8080/tfs/TeamFoundation/Administration/v3.0/WarehouseControlService.asmx
    b. Choose
    ProcessWarehouse, run it.
    c. Choose ProcessAnalysisDatabase, type 'Full' and run it.
    d. Choose GetProcessingStatus,
    enter 'TRUE' in last field and run it.
    e. I don't get any errors at this point.
    5. Now you can connect to the Analysis server via SQL Mgmt Console, right click on Analysis db (TFS_Analysis) and click Process. It all works good.
    6. Now you can browse to the report URL (to get this URL you can open Team explorer 2013, connect to you team project, on RHS click 'Reports', Click 'Go to Site'.
    DONE.

  • I can't save Process Component Interaction Model

    Hello together,
    unfortunatly I have a big problem to save a process component interaction model. Sometimes it works and sometimes I get the error message (there is no special behaviour to get that error):
    "Save operation is not possible. Internal error: An item in the database has already been deleted."
    What item is deleted? What does that error message mean?
    Thanks for your ideas.
    Regards,
    Yvonne

    Make sure you're not trying to save to the cloud.  Have a look on here for this error and you'll see it's quite common
    It could be when your Mac is trying to sync with the cloud.  Turn this off and see if it fixes your issue
    Everytime I try to save a document in .pages it tells me: The file “Untitled.pages” couldn’t be opened.  All I want to do is save it.. not open it.. help! Any ideas??

  • Process Component Interaction Model to Configuration

    Hi,
    I've developped several interfaces by using Process integration scenarios . Now I want to use a Process Component Interaction Model as the starting point. The documentation describes how to build the different models but I don't find anything on how to go from your Process Component interaction model all the way to a configured scenario.
    I suppose, you drill down all the elements and create the different design objects but I would like to actually have some documentation guiding me through it the first time.
    Is there anything out there ???
    The help seems to be still geared towards the PIScenario of previous versions.
    Also, has anyone found a good book regarding modeling in PI other than interface patterns and the B2B book... everything I find seems to be for older versions .
    Thanks.
    Thierry

    Did you ever resolve this issue?  I am facing exactly the same issue and have the same question.

  • Manual processing of data packets

    Hi,
    Iam trying to manually process data packets into the cube. But the process is running, Iam getting ABAP debugging screen. What does this mean?
    Thanks & Regards
    AP

    HI
    please check if there is any error message.
    check if there are any jobs in sm37 in respect to this load.
    if there are none.
    make the request red and try reloading again
    normally you will load the data only till psa or if you edit and records is when you will do the manual update and at the same time you should make sure that you delete the request from the info cube
    hope this helps

  • Transfer of GL a/cs manually from legacy system to SAP

    How do you transfer GL a/cs manually from Legacy system to SAP,  what offset a/c would you use.  Also how would you open AR and AP transactions manually in SAP.  Please help my email id is [email protected]
    Thanks

    Hi,
    U can open one opening balance account.
    Separate u r trial balance in following
    gl account use key 40/5O  GIVE NET EFECT TO OP BAL ACCT
    Asset- use key 70 -75 GIVE NET EFECT TO OP BAL ACCT
    Customer use key 01/11 GIVE NET EFECT TO OP BAL ACCT
    Vendor use key 21/31 GIVE NET EFECT TO OP BAL ACCT
    Material accts - this will be loaded thru mm and bal will go to initail entry acct revert one enrty from that to OP BAL ACCT
    now u have uploaded all tb hence u r opening balance should be nil.
    Warm Regards

  • Required History record document and user manual of ERP System.

    Required History record document and user manual of ERP System. Please send if anybody have .

    In your example you aren't really doing anything. If you just put in something like 1 + 1, AppleScript will execute that (and you will get a result), but unless you actually do something with the information nothing is going to happen.
    Computers aren't like they are in the movies and are basically really stupid by themselves (and sometimes with help). When programming, you have to specify exactly what you are doing, what you are doing it with, how you want to do it, and handle other things such as the phases of the moon and various road traffic. The AppleScript Language Guide assumes a little bit of programming understanding (and even then some luck helps) - some other resources that might help get you started are the tutorials at macscripter.net.
    In the mean time, a System Profiler script that puts a basic profile into the specified file name/location would look something like:
    <pre style="
    font-family: Monaco, 'Courier New', Courier, monospace;
    font-size: 10px;
    font-weight: normal;
    margin: 0px;
    padding: 5px;
    border: 1px solid #000000;
    width: 720px;
    color: #000000;
    background-color: #B5FF6C;
    overflow: auto;"
    title="this text can be pasted into the AppleScript Editor">
    tell application "System Profiler"
    if (get documents) is {} then make new document -- make sure there is a document
    tell document 1 -- the front document
    set detail level to basic -- can also use full or mini
    save as text in (choose file name default name "Profile.txt")
    end tell
    end tell
    </pre>

  • Manually start Oracle system processes?

    I don't use Oracle all the time, so I usually end the processes
    it runs in the background of my Windows XP session (Apache.exe,
    Java.exe, etc etc).. Does anyone know if there's a way to re-
    start these processes w/o rebooting my computer? I'd like to
    be able to manually start/stop all these processes for when I'm
    actively using/not using Oracle. Any ideas?

    I don't use Oracle all the time, so I usually end the processes
    it runs in the background of my Windows XP session (Apache.exe,
    Java.exe, etc etc).. Does anyone know if there's a way to re-
    start these processes w/o rebooting my computer? I'd like to
    be able to manually start/stop all these processes for when I'm
    actively using/not using Oracle. Any ideas? First off, you don't want to stop the processes that way at
    all. Right click on "My Computer" and select Manage. From
    there you want to expand the "Services and Applications" node,
    and then select "Services". In that list you should see the
    different Oracle services for whatever product you're running.
    They will all start with the name Oracle. If you tell me what
    product you're actually running, I can give you more info to
    keep them from starting upon boot, so that you truly on start
    them when you need to.
    Note: This forum is for the E-Business Suite, not general DB,
    assuming that the DB software is what you're running.

  • Parallel Processing In Interaction Center Account Identification

    Hi Experts,
    Can you please tell me how to process the multiple account idetification in Interaction Center. i.e An Agent is handling a call and Identified an account and again can he process or handle the different customer at the same time as first customer is active.
    Is it possible to handle the multiple customers at a time and if it possible what will be the maximum customers he can handle.
    I am working on CRM 7.O version
    regards,
    Sarangamath

    Hi John,
    Thank you for time in replying this.
    However I have one more question - related to the optional adding of button to the tool bar. How do we need to add this button.
    In order to open multi session , the agent should compulsory click on this button or is there anyother way?.
    As per the sap 7.1 features document  says
    ■Open new tabs so that IC agents can interact with multiple customers within one IC browser window
    IC agents can manually open a new tab, or the system can be configured so that a new tab is opened automatically when a new interaction takes place----- Where can we configure this to achieve the new tab is opened automatically.
    Do we need to any other settings at CMS side?.
    Regards,
    Deepthi.

  • SM35 - manual processing of the batch input session

    Hello,
    In SM35 I see that some batch input sessions were processed by user XXX-XXXX (user type:System) (in our case INT-3528) in N mode. The question is: how to determine the exact user who has really processed that session? We need to stop that - I guess - automatic processing of the sessions and process them manually.
    Thanks for help,
    Slawek

    Hi,
    also, you can check the logs directly in SM35. So if any documents were posted (or anyting updated in the system) information about what happened should be shown there.
    If there were acounting documents (table BKPF), I think the user name will be the same system user "who" has processed the sessions.
    I think that your basis team has set up the system in a way that batch input sessions are processed automatically. This is simialr when scheduled jobs are running under a pseudo user name (system user, IT user, not a real person behind). You can ask the basis team to switch off this automatic processing competely or only for selected sessions.
    Hope that helps, points welcome
    Csaba

Maybe you are looking for

  • Error while schedulingg update stat in db13

    Dear Experts, Please look into my issue we are facing an error while scheduling update statistics in db13 and I tried to open detailed log It is given SXPG_COMMAND_EXECUTE failed for BRTOOLS - Reason: program_start_error: For More Information, See SY

  • How to keep same file name in File to Mail-Without Ripository Object??

    Hello Experts, I have a requirement where I need to pick a file and need to send that as an attachment by mail adapter through PI. I can send the file as attachment but the file name is being changed. For example,the source file with name "Vendor_201

  • Recommended Boot Camp Partition Size for Windows XP

    All, What size is recommended for a Windows XP Boot Camp Partition? 100Gb? 50Gb? Main use is to run a few programs that are not available for Mac. Most everything else will be transferred over. Thanks PAX JD

  • Reg: Multiple CMIR for 1 Material

    Dear Gurus, Customer material info record can be maintained as one - to - one relation, But our client needs to maintain single material for multiple CMIR's. 1 customer will have different name as his part no, but it related to single FG. Is there an

  • Shaky still images

    I have imported still images, jpeg files and they are shaky. I am having problems with them being shaky when I make some keyframe movements, mostly zooming in. I saw on the discussion it was suggested to reduce the size of the jpeg file which I did t