Cross Applications - Logic

Hi All!
I am trying to use a script for calculate a new record with the cost of goods (quantity * unit cost). I am using two applications: sales and prices_costs with the following dimensions:
- Sales (category,customer,entity,family,rptcurrency,salesaccount,salesorg,subfamily1,time)
- Prices_Costs (category,customer,entity,family,salesaccount,time)
Here it is my script logic (located in the default.LGF of sales application):
*LOOKUP PRICES_COSTS
*DIM COGSAMOUNT:SALESACCOUNT="COGSAMOUNT"
*DIM BUDGET:CATEGORY="BUDGET"
*DIM NA:ENTITY="NA"
*DIM NA:CUSTOMER="NA"
*ENDLOOKUP
*SKIP_DIM=RPTCURRENCY,SALESORG,SUBFAMILY1
*WHEN SALESACCOUNT
*IS "COGSAMOUNT"
REC(EXPRESSION=%VALUE%GET(SALESACCOUNT="COGSAMOUNT"))
*ENDWHEN
*COMMIT
But this is not working...
Any help is appreciated!
Regards, Fred

Hi Frederico,
Your lookup syntax is not quite right, and you may need to define your main or source data region, which must come from the application in which this logic is the default logic -- your sales app.
For the lookup, you only need to define a label (to the left of the colon) for those *DIM entries that are being referenced later on in a LOOKUP() inside the *REC. It's a little hard to explain, and you actually can use the same label for multiple *DIM lines. The example below should work.
*LOOKUP PRICES_COSTS
// don't you want to get the unit cost (not cogs amount) from the prices_costs app?
*DIM MyLabel:SALESACCOUNT="UnitCost"
*DIM CATEGORY="BUDGET"
*DIM ENTITY="NA"
*DIM CUSTOMER="NA"
*ENDLOOKUP
// skip dim doesn't work in a lookup, only in a *destination_app
// it's not required here, although you may want or need to fix an *XDIM_MEMBER SalesOrg=MySalesOrg ??
// *SKIP_DIM=RPTCURRENCY,SALESORG,SUBFAMILY1
*WHEN SALESACCOUNT
// to multiply quantity * unit cost, you start with the quantity account from the main sales app
*IS "quantity"
*REC(EXPRESSION=%VALUE%*Lookup(MyLabel))
// the following will work equally well, and takes a few less seconds to type... =)
// *REC(Factor=Lookup(MyLabel))
*ENDWHEN
*COMMIT
Note that this code won't recalculate things in the sales app on the fly, if you change the unit cost in the prices_costs app. There are ways to do that, using *RUNLOGIC in the prices_costs default logic to call the sales app's default logic, but don't get involved in that complexity if you can avoid it.
Also note that you can only have 1 lookup in a commit section, so this limits your flexibility in case you have a really complex cogs situation (or lots of other things to do in your default logic, and you want to limit the number of commits). One way around that is to bring the unit cogs account into the main sales app, which may have both benefits and costs (pardon the pun) in terms of overall design. If all the data is in one app, you can get fancy with your XDIM_MEMBERSET to get the unit cost account into the source region, and then use a GET() rather than a LOOKUP() in your *REC statement, to use it in the calc.
Performance-wise, you might also consider limiting the account dim to exactly what you need, if this is the only logic in the *COMMIT block.
*XDIM_MEMBER SalesAccount =quantity
// lookup code goes here
*WHEN *
*IS *
*REC(Factor=Lookup(MyLabel))
*ENDWHEN

Similar Messages

  • Cross applications

    hi frnds,
      i jus wanna know the knowlege abt cross applications, what r they actually  in real real time scenario how they r gonna be useful.explain in detail pls
    and one more thing i am going for interviews with 2+ years of exp, one of friend told me that they will ask questions on ABAP/4 but i don't have knowledge in abap incase if they ask wht kind of questions will they ask? pls explain the situations where we need for abap coding part.so that if i face i can impress interviewver
    mailme: [email protected]
    <u>points will be awarded</u>
    Regards,
    John thomas

    Hi,
    Here are some links for ABAP in BW :
    Abap in bw
    /message/1603901#1603901 [original link is broken]
    ABAP for BW
    For cross applications :
    cross applications (one of the threads you had posted in Aug for the same)
    Cross application reporting in BW--Farhan
    Cheers,
    Kedar

  • Making cross application c_bsp_server_side_cookie= set_server_cookie

    Hi,
    Has anyone experience with setting cross application cookies?
    I did already some tests and discovered that setting the application_name with an own value would establish something, but what about the sessionid? I always thought that the session id was linked to a browser session but it seems to change (also) when one goes from one app to another.
    Any ideas?
    Eddy

    First of All I would Like to thank u For Wonderfull bLogs Written By YOU.
    Yes the Session iD also Changes when u Branch from one Application to another.
    The workaround that I have Depl;oyed is to Navigate the Session ID All the Way and Back.
    Correct M if Any Other Method Can be Deployed.
    Regards,
    Nikhil Juneja

  • Alternative formula for condition base value in cross-application

    Hi,
    I need inputs regarding an issue as:-
    In "TAXINJ" Tax pricing procedure, for a ZXXX  excise related condition type the alternate condition base value (Alternative formula for condition base value) must be of  YXXX condition type of MM Purchase pricing Procedure.
    How to acheive Alternative formula for condition base value in cross-application area as both condition type belongs to different Application area i.e.  ZXXX belongs to TX and YXXX belongs to M.
    One way or only way is thro' routine but I do not know How it works? 
    Thanking you.
    Prashant

    routine is only the best way for u in this case
    u will have to use subtot may be 6 or 4 in MM pricing procedure
    and write a routien in Tax procedure, i n that u will have to write a code where in ur sustem will featch this value in sub total and act a a base for ur cond type in Tax proc for ue condition type.
    what is your excat requirement
    there might be other work around that can help u around
    hope this works
    or write t routines one in MM and Other in Tax proc for ur issues

  • I have just bought a 2011 iMac (2.5 ghz, 4gb) and logic express 9, and when i installed logic and tried to run it i had a message saying 'you can't use this version of the application logic express with this version of Mac OS X. How do i sort this out!?

    I have just bought a 2011 iMac (2.5 ghz, 4gb) and logic express 9, and when i installed logic and tried to run it i had a message saying 'you can't use this version of the application logic express with this version of Mac OS X. How do i sort this out!? It is very frustrating as the main reason i have bought  a mac is to use logic! Any help would be great as i am a complete novice when it comes to Macs!

    You're probably on OS X Lion?
    I had the same problem as you. I used Software Update to update Logic Express to the latest version, and then it ran without any problems.

  • IDOC and ALE Configuration with cross application with SD

    Hi Sap Gurus,
    Please send me some document on IDOC and ALE Configuration with cross application with SD.
    Please send me the material on my mail id [email protected]
    Regards
    shekhar

    Dear Shekhar,
    concerning EDI concept in SD: the EDI concept is intended to realize the sales and distribution process completely automatically with the help of electronical documents. These documents are sent from one customer to another, are processed mostly on the background and give a possibility to realize the sales process extremely efficiently.
    If MM-customer would like to purchase the goods then he creates the IDOC of type ORDERS and send it to SD-customer. On the SD-side the IDOC is processed via the function module IDOC_INPUT_ORDERS and creates the sales order. As confirmation the SD-side can send to MM-side the Order-Response IDOC (function IDOC_OUTPUT_ORDERS). The MM-customer can every thime send a change to the existiong order, then on SD side the ORDCHG IDOC will be processed. It can change the order like in VA02. The creation of the invoice can be made via IDOC of message type INVOIC (function IDOC_OUTPUT_INVOIC).
    So, the process can be realized completely automatically between SD and MM partners with the help of IDOCs: ORDERS, ORDCHG, ORDRSP, INVOIC.
    That's all concerning the SD-EDI.
    Additional processes in SD, where EDI are used:
    1) application of delivery schedules to the scheduling agreement: IDOC of type DELINS
    2) creation of a delivery order to the scheduling agreement: IDOC of type DELORD
    3) creation of external agent service delivery to scheduling agreement: IDOC of type EDLNOT
    4) creation of credit advice / credit memo in the frames of self-billing: IDOCs of type GSVERF, SBWAP and for external invoice creation SBINV.
    It is all processes which are realized in the SD module via EDI.
    I hope this info helps.
    Kind regards,
    Akmal Vakhidov
    Development Support SAP, Walldorf/Germany

  • Cross Application Time Sheet (CATS) - Documentation for ECC 6.0

    Hello everybody,
    i'm searching for new documentation for customizing of Cross Application Time Sheet (CATS) for
    SAP ECC 6.0.
    I found on
    http://help.sap.com/saphelp_nw04/helpdata/en/64/3fff9a470211d189720000e8322d00/frameset.htm
    support SAP link.
    I have also Cross Application Time Sheet (CATS) pdf documentation but for SAP R/3 4.6c release.
    Can somebody suggest me where to find "how to" pdf documentation for ECC 6.0 release?
    Thanks
    Jerry

    Hi,
    you can refer to books by SAP press... Configuration CATS
    and can log on to Service.sap.com
    Regards,
    Kapil Kaushal

  • Any certification for SAP cross-applications?

    Hi,
    Any certification for SAP cross-applications?
    Kindly let me know.
    Thanks.

    hi jack,
    check these threads...
    SAP Workflow Certification
    Cheers
    Alfred
    Reward with points for helpful answers.

  • Separating application logic from GUI

    I don't know if this is the right forum to ask this question. I know that It's a very bad practice to embed application logic in GUI code, they have to be separated and communicate in some way. I've read somewhere that they need a kind of an adapter class or a knowledge of design patterns, which I actually don't have.
    Could someone direct me to a nice tutorial, which explains this issue? Thank you.

    hey KidJava, here is something about separating application logic from GUI ...
    http://www.springframework.org/docs/MVC-step-by-step/Spring-MVC-step-by-step.html

  • Difference between cross applications and CRM cross applications

    Dear All ,
    I would like to know the difference between cross aplications and CRM cross applications ?
    Please help to understand the difference
    Regards,
    Srini.

    Hi Eswar Ram,
    Thanks for your response.i have same question?
    I would like to know the difference between the following ( Cross Application compenent/CRM Cross Application component)
    1. SPRO> IMG> Cross Application components
    2. SPRO> IMG> Customer Relationship Management--> CRM Cross Application componenet.
    Regards,
    Silpa.
    Edited by: silpa reddy on Mar 5, 2009 4:11 AM

  • 'You can't open the application "Logic Pro X" because someone else is using it.'

    Hello.
    I have two user accounts on my MacBook and if I attempt to open Logic Pro X in ‘user 2’ while it is already open in ‘user 1’, I get ‘You can’t open the application “Logic Pro X” because someone else is using it.’
    Now I know I can simply quit Logic in ‘user 2’ but this shouldn’t be happening should it? Any ideas anyone? Thanks.

    Really? I wouldn't have expected that. Well, I may be wrong then and basing my assertion on a much older Mac OS (10.5?), since I haven't used multiple open user accounts for years.
    However, seeing the wording of the message it is quite obvious that this is by design.
    I think it is better to have as few programs as possible open anyway, just so Logic can use all available CPU and RAM resources optimally. Maybe if you have 16 GB or more that is not so important anymore.

  • Material for CROSS APPLICATIONS and NETWEAVER

    Hi all
    can u give links to sites that have good material on CROSS APPLICATIONS and NETWEAVER.
    Regards,
    Navaneeth

    Hi,
    NetWeaver is an application builder from SAP for integrating business processes and databases from a number of sources while exploiting the leading Web services technologies. Part of the company's mySAP product group, NetWeaver is getting a lot of industry attention as the first fully interoperable Web-based cross-application platform that can be used to develop not only SAP applications but others as well. NetWeaver allows a developer to integrate information and processes from geographically dispersed locations using diverse technologies, including Microsoft's .NET, IBM's WebSphere and Sun's Java technologies.
    NetWeaver has been tagged as a product that could help spur industry adoption of Web services. Although Web services are often seen as the development model of the future, the implementation rate has not been high, often because of competition and incompatibility between enabling products
    We have a forum itself for Netweaver.
    https://www.sdn.sap.com/irj/sdn/collaboration
    1. http://searchsap.techtarget.com/searchSAP/downloads/Joshua_Greenbaum_Talk_818.ppt
    2. http://www.sapgenie.com/netweaver/
    3. http://www.sap.com/solutions/netweaver/index.epx
    4. http://www.sap.com/solutions/netweaver/components/portal/index.epx
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/nw/sap netweaver for dummies chapter one.pdf
    /people/dominic.uliano/blog/2004/05/31/sap-netweaver-for-dummies-why-youre-not-a-dummy-for-reading-this-book
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/nw/sap_netweaver_for_dummies_ch13.pdf
    https://www.sdn.sap.com/sdn/search.sdn?contenttype=url&content=/irj/servlet/prt/portal/prtroot/pcd!3aportal_content!2fSDN!2fiViews!2fWCM!2fcom.sap.sdn..wcm.search.search_adv_0%3FSearchVisible=false%26SelectedCustomProps=sdn_product(value=SAP Netweaver)%26SearchPluginName=sdn_library
    Books: SAP NetWeaver for Dummies
    Hope it helps you.
    Regards,
    Anjali

  • Abap & cross applications

    hi Experts !
    plz send me the links for abap & cross applications interview questions.
    thanks

    Hi.
    Please read our rules of engagement. Interviews are not a valid topic in this forums. Therefore this thread has been locked.
    And  I would like to remind everyone not to answer such questions!
    Best regards,
    Jan Stallkamp

  • Can any one provide links for cross applications

    hi friends,
    actually iam new to ale,idocs,edi.but i don't have real time experience,but i learned each and evry concept thru book arvind&Nagpal.i wud like to know the links for these cross applications.i would be thankfull if anyone can provide link
    can we populate data into idoc thru function module.i guess we can do?how?

    Sunil,
    Take a look at the following links.
    http://help.sap.com//saphelp_470/helpdata/EN/0b/2a611c507d11d18ee90000e8366fc2/frameset.htm
    http://www.sappro.com/downloads/OneClientDistribution.pdf
    http://www.sapgenie.com/sapgenie/docs/ale_scenario_development_procedure.doc
    I am not sure what do you mean populating idoc using function module, If you are talking about standard IDOCs the IDOC's are triggered by the standard program.
    You can still trigger IDOC's manually using MASTER_IDOC_DISTRIBUTE function, You will have to fill in the data in a specifc format of EDID4, add the control record and execute the function.
    Regards,
    Ravi
    Note : please mark the helpful answers
    Message was edited by: Ravikumar Allampallam

  • Required study material for enhancements and cross applications

    Hi Experts,
                    Can any one send me study material of enhancements and cross applications.
    My mail id: [email protected]
    Thanks in advance........
    Bye...

    Hi,
    Please try the link given below for enhancements
    http://help.sap.com/saphelp_nw2004s/helpdata/en/94/9cdc40132a8531e10000000a1550b0/frameset.htm
    ALE
    check url
    http://www.sappoint.com/abap/ale.pdf
    http://www.sappoint.com/abap/ale2.pdf
    http://www.sapgenie.com/ale/configuration.htm
    http://www.sappoint.com/abap/ale.pdf
    http://www.sappoint.com/abap/ale2.pdf
    http://www.sapdevelopment.co.uk/training
    And also u can get lots of inof from the below link.
    http://www.sapgenie.com/ale/why_ale.htm
    Check these links.
    http://help.sap.com/saphelp_erp2004/helpdata/en/dc/6b835943d711d1893e0000e8323c4f/content.htm
    http://www.sapgenie.com/sapgenie/docs/ale_scenario_development_procedure.doc
    http://edocs.bea.com/elink/adapter/r3/userhtm/ale.htm#1008419
    http://www.netweaverguru.com/EDI/HTML/IDocBook.htm
    http://www.sapgenie.com/sapedi/index.htm
    http://www.sappoint.com/abap/ale.pdf
    http://www.sappoint.com/abap/ale2.pdf
    http://www.sapgenie.com/sapedi/idoc_abap.htm
    http://help.sap.com/saphelp_erp2005/helpdata/en/0b/2a60bb507d11d18ee90000e8366fc2/frameset.htm
    http://help.sap.com/saphelp_erp2005/helpdata/en/78/217da751ce11d189570000e829fbbd/frameset.htm
    http://www.allsaplinks.com/idoc_sample.html
    http://www.sappoint.com/abap.html
    http://help.sap.com/saphelp_erp2004/helpdata/en/dc/6b835943d711d1893e0000e8323c4f/content.htm
    http://www.sapgenie.com/sapgenie/docs/ale_scenario_development_procedure.doc
    http://edocs.bea.com/elink/adapter/r3/userhtm/ale.htm#1008419
    http://www.netweaverguru.com/EDI/HTML/IDocBook.htm
    http://www.sapgenie.com/sapedi/index.htm
    http://www.allsaplinks.com/idoc_sample.html
    http://www.sapgenie.com/sapgenie/docs/ale_scenario_development_procedure.docs
    Please check this PDF documents for ALE and IDoc.
    http://www.sappoint.com/abap/ale.pdf
    http://www.sappoint.com/abap/ale2.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCMIDALEIO/BCMIDALEIO.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCMIDALEPRO/BCMIDALEPRO.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/CABFAALEQS/CABFAALEQS.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVEDISC/CAEDISCAP_STC.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVEDI/CAEDI.pdf
    Check below link. It will give the step by step procedure for IDOC creation.
    http://www.supinfo-projects.com/cn/2005/idocs_en/2/
    Workflow
    Workflow automates the steps and activities in a business process according to predefined procedures and rules.
    Workflow presents information and documents to the appropriate knowledge worker or agent (another entity such as a program) to make a decision or perform an activity.
    Workflow tracks each and every step in the process flow and maintains an ongoing status.
    Workflow also collects and reports all of the metrics associated with the execution and completion of the process.
    Check the below links u will get lot of info..
    http://www.sap-press.com/product.cfm?account=&product=H950
    Workflow
    http://www.sap-img.com/workflow/sap-workflow.htm
    http://help.sap.com/saphelp_47x200/helpdata/en/a5/172437130e0d09e10000009b38f839/frameset.htm
    For examples on WorkFlow...check the below link..
    http://help.sap.com/saphelp_47x200/helpdata/en/3d/6a9b3c874da309e10000000a114027/frameset.htm
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PSWFL/PSWFL.pdf
    http://help.sap.com/saphelp_47x200/helpdata/en/4a/dac507002f11d295340000e82dec10/frameset.htm
    http://www.workflowing.com/id18.htm
    http://www.e-workflow.org/
    http://web.mit.edu/sapr3/dev/newdevstand.html
    Go through the following links on FORK :
    http://help.sap.com/saphelp_nw04/helpdata/en/24/e2283f2bbad036e10000000a114084/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/8d/25f1e7454311d189430000e829fbbd/frameset.htm
    http://help.sap.com/saphelp_46c/helpdata/en/c5/e4a930453d11d189430000e829fbbd/content.htm
    http://www.insightcp.com/res_23.htm
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCBMTWFMSTART/BCBMTWFMSTART.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCBMTWFMDEMO/BCBMTWFMDEMO.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCBMTWFMPM/BCBMTWFMPM.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PSWFL/PSWFL.pdf
    For more reference on workflow: http://****************/Tutorials/Workflow/Workflow.htm
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/04/9277a346f311d189470000e829fbbd/frameset.htm
    Check these links.
    http://www.sapgenie.com/workflow/index.htm
    /people/ginger.gatling/blog/2005/12/01/link-workflow-business-objects-to-your-collaboration-tasks
    http://help.sap.com/saphelp_nw04/helpdata/en/92/bc26a6ec2b11d2b4b5006094b9ea0d/content.htm
    http://help.sap.com/saphelp_bw33/helpdata/en/92/bc26a6ec2b11d2b4b5006094b9ea0d/content.htm
    http://help.sap.com/saphelp_bw31/helpdata/en/8d/25f94b454311d189430000e829fbbd/content.htm
    http://www.sap-press.com/product.cfm?account=&product=H950
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PSWFL/PSWFL.pdf
    http://www.workflowing.com/id18.htm
    http://www.e-workflow.org/
    Workflow
    http://www.sap-img.com/workflow/sap-workflow.htm
    http://help.sap.com/saphelp_47x200/helpdata/en/a5/172437130e0d09e10000009b38f839/frameset.htm
    For examples on WorkFlow...check the below link..
    http://help.sap.com/saphelp_47x200/helpdata/en/3d/6a9b3c874da309e10000000a114027/frameset.htm
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PSWFL/PSWFL.pdf
    http://help.sap.com/saphelp_47x200/helpdata/en/4a/dac507002f11d295340000e82dec10/frameset.htm
    http://www.workflowing.com/id18.htm
    http://www.e-workflow.org/
    http://web.mit.edu/sapr3/dev/newdevstand.html
    http://www.sap-img.com/workflow/sap-workflow.htm
    http://help.sap.com/saphelp_47x200/helpdata/en/a5/172437130e0d09e10000009b38f839/frameset.htm
    For examples on WorkFlow...check the below link..
    http://help.sap.com/saphelp_47x200/helpdata/en/3d/6a9b3c874da309e10000000a114027/frameset.htm
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PSWFL/PSWFL.pdf
    http://help.sap.com/saphelp_47x200/helpdata/en/4a/dac507002f11d295340000e82dec10/frameset.htm
    http://www.workflowing.com/id18.htm
    http://www.e-workflow.org/
    http://web.mit.edu/sapr3/dev/newdevstand.html
    Workflow tutorials with step-by-step and with screenshots are available at http://www.****************/Tutorials/Workflow/Workflow.htm
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/42/c14a9b55103116e10000000a1553f7/frameset.htm
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/c5/e4a930453d11d189430000e829fbbd/frameset.htm
    http://www.sapgenie.com/workflow/
    http://www.sap-img.com/workflow/sap-workflow.htm
    http://help.sap.com/saphelp_47x200/helpdata/en/3d/6a9b3c874da309e10000000a114027/frameset.htm
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PSWFL/PSWFL.pdf
    http://help.sap.com/saphelp_47x200/helpdata/en/4a/dac507002f11d295340000e82dec10/frameset.htm
    http://www.workflowing.com/id18.htm
    http://www.e-workflow.org/
    http://web.mit.edu/sapr3/dev/newdevstand.html
    http://www.sap-basis-abap.com/wf/sap-business-workflow.htm
    https://forums.sdn.sap.com/click.jspa?searchID=791580&messageID=2857887
    https://forums.sdn.sap.com/click.jspa?searchID=791580&messageID=2855919
    https://forums.sdn.sap.com/click.jspa?searchID=791580&messageID=2735228
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCBMTWFMSTART/BCBMTWFMSTART.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCBMTWFMDEMO/BCBMTWFMDEMO.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCBMTWFMPM/BCBMTWFMPM.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PSWFL/PSWFL.pdf
    Debug a workflow.
    This has a step by step procedure :
    http://fuller.mit.edu/workflow/debugging.pdf
    www.erpgenie.com/sap/workflow/debugging.htm
    http://www.erpgenie.com/workflow/debugging.htm?2b5de440
    Workflow tutorials with step-by-step and with screenshots are available at
    http://www.****************/Tutorials/Workflow/Workflow.htm
    http://www.sapgenie.com/workflow/
    http://www.sap-img.com/workflow/sap-workflow.htm
    http://help.sap.com/saphelp_47x200/helpdata/en/3d/6a9b3c874da309e10000000a114027/frameset.htm
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PSWFL/PSWFL.pdf
    http://help.sap.com/saphelp_47x200/helpdata/en/4a/dac507002f11d295340000e82dec10/frameset.htm
    http://www.workflowing.com/id18.htm
    http://www.e-workflow.org/
    http://web.mit.edu/sapr3/dev/newdevstand.html
    http://www.sap-basis-abap.com/wf/sap-business-workflow.htm
    https://forums.sdn.sap.com/click.jspa?searchID=791580&messageID=2857887
    https://forums.sdn.sap.com/click.jspa?searchID=791580&messageID=2855919
    https://forums.sdn.sap.com/click.jspa?searchID=791580&messageID=2735228
    http://www.sapbrain.com/TUTORIALS/TECHNICAL/WORKFLOW_tutorial.html
    reward points if useful
    regards,
    Anji

Maybe you are looking for

  • Printing HP3030

    I keeping getting a low memory warning from the printer.  Any ideas about this?

  • IPod touch gen 4 will not charge or sync

    I've never had problems with this until the past week, and it's starting to drive me crazy. When I try to charge my iPod, half the time it won't charge!  The big battery indicator (the one that fills the screen) won't come on, and I can leave it plug

  • Please explain 3G-s Pre-Order for Store Pickup procedure

    I've done this but what exactly does this get me? The fine print says +'Pre-authorization does not guarantee iPhone availability at an Apple Retail Store. iPhone is sold on a first-come, first-served basis'.+ So what exactly is the benefit to going t

  • Creating report with multiple queries in clear quest

    Hi, I am new to reports and currently working with creating reports that connect to clear quest(CQ). I have successfully created several reports, that connect to the CQ, but they all have data from only one query. Now I am trying to create a slightly

  • Publishing Feature for Site Collection

    Hi.. I am having 5 different Site Collections in SharePoint Site and from 1st Site Collection we are redirecting to other using Top Link bar, but when we enable Publishing Feature for Different Site Collections the Top Link bar changed..i want to hav