Trace / debug Cobol process

How to trace or debug cobol process . For example : Records and enrollment - Enroll Students - Block enrollment - enrollment request i am getting the error :
Remote program SRPCERC failed with reason : SELECT-CAR(FETCH)NO ROW RETURNED(2,-1) ENRL_RE_HDR_WRK.ENRL_REQ_RC_PB.FieldChange PCPC:479 Statement: 10
Select returned no rows. From which table . Please help , how to debug this process .

It seems there is a similar bug, described in the solution id #200970506.
Anyway, you could set the trace by setting SQLTrace (e.g. to 3) in your ProcessScheduler config file.
You could read the following discussion :
http://peoplesoft.ittoolbox.com/groups/technical-functional/peopletools-l/tracing-cobol-programs-1499824
Nicolas.

Similar Messages

  • Trace file: DEBUG: AUTONOMOUS PROCESS REDO POO

    I have a trace file being generated at 00:01 usually daily. Any idea what this is?
    $cat /u01/app/oracle/admin/A001/bdump/a001_j000_3562.trc
    Oracle Database 10g Enterprise Edition Release 10.1.0.3.0 - Production
    With the Partitioning, OLAP and Data Mining options
    ORACLE_HOME = /u01/app/oracle/product/10.1.0/Db_1
    System name: Linux
    Node name: mybox.mydomain.com
    Release: 2.6.9-1.724_FC3
    Version: #1 Sun Jan 2 15:43:49 EST 2005
    Machine: i686
    Instance name: A001
    Redo thread mounted by this instance: 1
    Oracle process number: 12
    Unix process pid: 3562, image: [email protected] (J000)
    *** 2005-01-06 00:01:26.780
    *** SERVICE NAME:(SYS$USERS) 2005-01-06 00:01:26.701
    *** SESSION ID:(153.270) 2005-01-06 00:01:26.701
    DEBUG: AUTONOMOUS PROCESS REDO POOL ALLOCATED
    *** 2005-01-06 00:01:39.222
    DEBUG: AUTONOMOUS PROCESS REDO POOL FREED

    You displayed your owsidev_reco_1273966.trc file. This is the trace file being generated by the recoverer process.
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14220/process.htm#i21745
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14231/manproc.htm#sthref667
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14220/process.htm#i24691

  • Trace/Debug not working

    I am not seeing traces in the xsengine trace log; nor am I able to effectively set breakpoints in the Web Editor and stop page processing. I'll start by defining roles and configuration, describing actions that aren't working, and then finish with 2 questions.
    ROLES AND CONFIGURATION
    According to the developer guide, the following configuration and roles need to be in place for tracing and debugging to work. This is our current role state:
    User assigned Debugger role
    To change Trace level, user assigned TraceAdmin role
    User assigned TraceViewer role, child role of Developer
    To view tracing, confirm the following configuration. This is our current config state.:
    In the xsengine.ini file, the debugger > enabled node is set to true
    In the xsengine.ini file, the httpserver > developer_mode node is set to true
    ACTIONS
    To start tracing, set the Trace level for your package, e.g., debug. Include a trace call in the code, e.g., $.trace.debug("testing debug trace"). In the Web Editor, run the xsjs file, and in the resulting browser window, click the Call Backend button. Here is where my issues begin: there is no Call Backend button, in any browser version.
    To start debugging, set breakpoints in the Web Editor by clicking the line number. A breakpoint is indicated by a red arrow on the line number. Then run the page. The page should stop processing at that point. (You can also set breakpoints in Hana Studio by running in Debug perspective, and setting a debug configuration. I tried this also, but was unable to create a desired configuration for port 443; this is a separate issue, outside the scope of this discussion.)
    QUESTIONS
    What am I missing in setting up tracing?
    What am I missing in setting up debugging?
    Thanks in advance for any guidance.
    Bill

    Krishna,
    Thank you for your response. Running breakpoints in the Hana Studio debug perspective has its own set of challenges for us. The web server is using ssl, and thus is set to port 443, rather than port 80(server instance number). I have not been able to successfully create a configuration for running xsjs scripts through Hana Studio. But I'll keep trying.
    Bill

  • Error While Runnig Calender Build and Run Automated Benefit cobol Process

    While Running Pay Calender Build and Automated Benefit cobol process i m getting a error
    Maximum number of set Run Cntl Record Loaded into Array.
    Array Limit Exceeded
    at pos 00028
    Please any one can help me to get rid of this problem.
    Thanks,
    Amit Asawa

    Hussein Sawwan wrote:
    Please post the details of the application release, database version and OS.Oracle EBS R12.1.1 windows server 2003
    Please verify you have no invalid objects in the database and no errors are reported in the database log file.i dont know where can i find this log file ?
    Search MOS for (ORA-06512 and GLPPOS) and go through the docs.i am sorry i don't have MOS ID :)
    Thank you
    kareem

  • ESYU: R12 - R12 Trace/Debug file을 생성하는 방법

    Purpose
    Version: 12.0
    Information in this document applies to any platform.
    R12에서 Trace와 Debug file 생성 방법을 알아본다.
    Solution
    1. Navigate Responsibility: System Administrator> Profile> System>Query
    User: Trace를 생성할 user 명을 입력
    Profile: Initialization SQL Statement - Custom
    2. User columne에 아래의 내용을 입력
    begin fnd_ctl.fnd_sess_ctl('','','TRUE','TRUE','LOG','ALTER SESSION SET EVENTS='||''''||'10046 TRACE NAME CONTEXT FOREVER,LEVEL 12'||''''); end;
    3. 입력한 내용을 저장
    FND debug messages를 생성:
    4. Navigate Responsibility: System Administrator> Profile> System>Query
    User: Debug를 생성할 user 명을 입력
    Profile: FND:%Debug%
    5. 아래 profile options 값을 user level로 set
    FND: Debug Log Enabled Yes
    FND: Debug Log Filename <empty>
    FND: Debug Log Level STATEMENT
    FND: Debug Log Mode Asynchronous with Cross-Tier Sequencing
    FND: Debug Log Module %
    6. 입력한 내용을 저장
    Example:
    7. Navigate: Payables Responsibility> Other> Request> Run> Select and Submit the Report
    (특정 Report를 실행한다)
    8. Trace 와 FND Debug messages를 disable
    9. FND Debug message를 찾기위해 아래 query를 실행
    select log_sequence, timestamp, module,message_text
    from fnd_log_messages fnd
    where trunc(timestamp) = trunc(sysdate)
    and (module like '%xla.%' or module like '%ap.%')
    and trunc(timestamp) = trunc(sysdate)
    order by timestamp;
    SELECT log_sequence, message_text,substr(module,1,100)
    FROM fnd_log_messages msg
    , fnd_log_transaction_context tcon
    WHERE msg.TRANSACTION_CONTEXT_ID = tcon.TRANSACTION_CONTEXT_ID
    AND tcon.TRANSACTION_ID= /*Give the request id of accounting program*/
    ORDER BY LOG_SEQUENCE desc
    Debugging의 활성화를 위해 아래 profile option을 사용:
    FND: Debug Log Enabled : Yes
    FND: Debug Log Level : Statement
    Debug message를 얻기 위해 아래 query 문을 사용:
    SELECT substr(module,1,70), MESSAGE_TEXT, timestamp, log_sequence
    FROM fnd_log_messages msg, fnd_log_transaction_context tcon
    WHERE msg.TRANSACTION_CONTEXT_ID = tcon.TRANSACTION_CONTEXT_ID
    AND tcon.TRANSACTION_ID = <your child request ID>
    ORDER BY LOG_SEQUENCE
    10. 아래 SQL을 이용해 trace file이 생성되는 위치를 확인, raw trace와 tkprof'd trace
    file을 upload
    select value
    from v$parameter
    where name = 'user_dump_dest';
    Reference
    Note 458371.1

  • FSCM 9.0: COBOL Process GLPPPOST does not post Journal Entry correctly

    Folks,
    Hello. I am workin on FSCM 9.0 General Ledger module. "Edit Journal" is AE program that works correctly. But "Post Journal" is a COBOL program that does not works correctly.
    COBOL process GLPPPOST posts only debit accounts of a Journal entry into table PS_LEDGER but does not post credit accounts of a Journal Entry into table PS_LEDGER. When run the Ledger Report, the report has only column headers and has no data.
    Does FSCM 9.0 have a problem or COBOL process does not work correctly ? Can any folks help me ? Thanks.

    Folks,
    Hello. Thanks a lot for replying.
    I linked my Ledger Group RECORDING with my Business Unit BU01 using "Set Up Financials/Supply Chain > Business Unit Related > Ledgers For A Unit". Then linked UserID VP1 with BU01 in User Preference. I have checked all information about the 3 concepts (VP1, BU01 and RECORDING) and don't see anything wrong.
    I suspect the problem is in the Journal Line page because its Chartfileds belong to 2 SetID (SHARE and FEDRL) and 2 Business Unit (BU01 and BU02).
    When define Chartfields value using "Setup FSC > Common Definition > Design Chartfield > Define Value", I see Chartfields "Fund", "Class" and "Program" with SetID "FEDRL", and other Chartfields with SetID "SHARE". The 2 SetIDs are default in the system.
    Because one Business Unit (BU01) can link to only one SetID (SHARE), I create one more Business Unit BU02 and linked with SetID "FEDRL". Thus, when create a Journal entry using "General Ledger > Journal > Create Journal ", we type in Business Unit (BU01) and Ledger Group (RECORDING) in Header page, but in Line page, some of Chartfields link with SetID SHARE and BU01, and some of Chartfields link with SetID FEDRL and BU02. The journal entry indicates "Inter/Intra Unit Journal". When select "Edit Journal" and click "Process", the message comes up as follows:
    "Ledger Group RECORDING is not valid for Business Unit BU01. Ledger Group defined for this journal is not valid for the Business Unit BU01".
    My question is: That the Chartfields in Journal Line page link with 2 SetIDs and 2 Business Units causes the above error ? Can any folks help ? Thanks.

  • FSCM 9.0: COBOL Process does not post credit accounts of a Journal Entry

    Folks,
    Hello. I am working on FSCM 9.0 General Ledger module. COBOL process GLPPPOST posts only debit accounts of a journal entry into PS_LEDGER table but not credit accounts of a journal entry. Can any folks understand how to solve the issue ?

    Folks,
    Hello. Thanks a lot for replying.
    I linked my Ledger Group RECORDING with my Business Unit BU01 using "Set Up Financials/Supply Chain > Business Unit Related > Ledgers For A Unit". Then linked UserID VP1 with BU01 in User Preference. I have checked all information about the 3 concepts (VP1, BU01 and RECORDING) and don't see anything wrong.
    I suspect the problem is in the Journal Line page because its Chartfileds belong to 2 SetID (SHARE and FEDRL) and 2 Business Unit (BU01 and BU02).
    When define Chartfields value using "Setup FSC > Common Definition > Design Chartfield > Define Value", I see Chartfields "Fund", "Class" and "Program" with SetID "FEDRL", and other Chartfields with SetID "SHARE". The 2 SetIDs are default in the system.
    Because one Business Unit (BU01) can link to only one SetID (SHARE), I create one more Business Unit BU02 and linked with SetID "FEDRL". Thus, when create a Journal entry using "General Ledger > Journal > Create Journal ", we type in Business Unit (BU01) and Ledger Group (RECORDING) in Header page, but in Line page, some of Chartfields link with SetID SHARE and BU01, and some of Chartfields link with SetID FEDRL and BU02. The journal entry indicates "Inter/Intra Unit Journal". When select "Edit Journal" and click "Process", the message comes up as follows:
    "Ledger Group RECORDING is not valid for Business Unit BU01. Ledger Group defined for this journal is not valid for the Business Unit BU01".
    My question is: That the Chartfields in Journal Line page link with 2 SetIDs and 2 Business Units causes the above error ? Can any folks help ? Thanks.

  • Debug UP2 processes in SRM

    Hi,
    In SRM few of the transactions use the UP2 type process for update that cannot be debugged like the normal once.For example ,in a extended classic scenario ,when you create a shopping cart and set a break point in the implementation of BADI "BBP_ECS_PO_OUT_BADI",it does not break there.
    Can anyone tell me if there is a way to debug UP2 processes in SRM.
    We are using SRM4.0 SP8.

    Hi Raghu,
    BADI BBP_ECS_PO_OUT_BADI  is called during the transfer, which is done at update task FM BBP_PD_PO_TRANSFER_EXEC_V2
    To go in the debug mode, you need to execute BBP_PD_PO_TRANSFER_EXEC manually with the PO guid
    Function BBP_PD_PO_TRANSFER_EXEC is exactly the starting point: it calls SPOOL_DPO_TRANSFER, after setting the PO status to "in transfer to execution system". You just have to enter the GUID.
    SPOOL_DPO_TRANSFER will later call the META_DPO_TRANSFER... and finally a BDPOTRANSFER ( = depends on your R/3 backend release)
    Hope this helps,
    Regards,
    Yann (thx Chris )

  • Debugging BPEL Process Timeouts...

    I get a BPEL process timeout while invoking an external (outside the firewall) process with the following error (BPEL debugging output shown at the end of this message).
    My BPELPM proxy server settings seem to be getting picked up ok because monitoring on the TCP Tunnel seems to show a proper response from the service almost immediately.
    If the BPEL admin console is queried for the flow/audit, it merely shows up as:
    <bindingFault xmlns="http://schemas.oracle.com/bpel/extension">
    <part name="summary">
    <summary>null</summary>
    </part>
    </bindingFault>
    How does one start debugging this?
    Thanks and Regards.
    <2005-12-19 12:22:44,603> <DEBUG> <default.collaxa.cube.engine.delivery> <Delive
    ryHandler::initialRequestAnyType> started instance cce7adadf6056580:737371:10840
    ef6dc9:-7fa8, localConvId=LocalGUID:cce7adadf6056580:737371:10840ef6dc9:-7fa7. W
    aiting ...
    <2005-12-19 12:22:44,603> <DEBUG> <default.collaxa.cube.engine.delivery> <Delive
    ryService::getResult> waiting for localConvId: LocalGUID:cce7adadf6056580:737371
    :10840ef6dc9:-7fa7 with timeout: 45000
    <2005-12-19 12:23:29,597> <DEBUG> <default.collaxa.cube.engine.delivery> <Delive
    ryHandler::initialRequestAnyType> com.oracle.bpel.client.delivery.ReceiveTimeOut
    Exception: Waiting for response has timed out. The conversation id is cce7adadf6
    056580:737371:10840ef6dc9:-7fa8. Please check the process instance for detail.
    <2005-12-19 12:23:29,597> <ERROR> <default.collaxa.cube> <BaseCubeSessionBean::l
    ogError> Error while invoking bean "delivery": Waiting for response has timed ou
    t. The conversation id is cce7adadf6056580:737371:10840ef6dc9:-7fa8. Please chec
    k the process instance for detail.
    com.oracle.bpel.client.delivery.ReceiveTimeOutException: Waiting for response ha
    s timed out. The conversation id is cce7adadf6056580:737371:10840ef6dc9:-7fa8. P
    lease check the process instance for detail.
    at com.collaxa.cube.ejb.impl.DeliveryBean.request(DeliveryBean.java:112)
    at IDeliveryBean_StatelessSessionBeanWrapper22.request(IDeliveryBean_Sta
    telessSessionBeanWrapper22.java:288)
    at com.oracle.bpel.client.delivery.DeliveryService.request(DeliveryServi
    ce.java:101)
    at com.oracle.bpel.client.delivery.DeliveryService.request(DeliveryServi
    ce.java:65)
    at ngDoInitiate.jspService(_ngDoInitiate.java:253)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:5
    6)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:347)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:509)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:413)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletReque
    stDispatcher.java:810)
    at com.evermind.server.http.ServletRequestDispatcher.include(ServletRequ
    estDispatcher.java:121)
    at com.evermind.server.http.EvermindPageContext.include(EvermindPageCont
    ext.java:267)
    at displayProcess.jspService(_displayProcess.java:700)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:5
    6)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:347)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:509)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:413)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletReque
    stDispatcher.java:810)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(Ser
    vletRequestDispatcher.java:322)
    at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequ
    estDispatcher.java:220)
    at com.collaxa.cube.fe.DomainFilter.doFilter(DomainFilter.java:152)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletReque
    stDispatcher.java:649)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(Ser
    vletRequestDispatcher.java:322)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpReques
    tHandler.java:798)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.ja
    va:278)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.ja
    va:120)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(Relea
    sableResourcePooledExecutor.java:192)
    at java.lang.Thread.run(Thread.java:534)
    Caused by: com.oracle.bpel.client.delivery.ReceiveTimeOutException: Waiting for
    response has timed out. The conversation id is cce7adadf6056580:737371:10840ef6d
    c9:-7fa8. Please check the process instance for detail.
    at com.collaxa.cube.engine.delivery.DeliveryHandler.initialRequestAnyTyp
    e(DeliveryHandler.java:524)
    at com.collaxa.cube.engine.delivery.DeliveryHandler.initialRequest(Deliv
    eryHandler.java:426)
    at com.collaxa.cube.engine.delivery.DeliveryHandler.request(DeliveryHand
    ler.java:133)
    at com.collaxa.cube.ejb.impl.DeliveryBean.request(DeliveryBean.java:97)
    ... 29 more
    <2005-12-19 12:23:39,892> <DEBUG> <default.collaxa.cube.engine.dispatch> <Dispat
    cher::insert> Received no-op message

    So, you debug your processes via the BPEL Console. Plain and simple. You just design in JDeveloper.
    Good Luck!
    BradW

  • How to debug completed Process chain

    Hi Experts,
    Can you please let me know how to debug completed Process chain.
    In my Process Chain, we have one ABAP step to update Z-Table entries.
    But it was updated wrong entry into Z-Table.
    Now i want to debug ABAP step in Process chain which was completed successfully (This is Monthly load).
    I have tried to debug the back ground job but it throws an error message in middle of the debugging.
    Could you please tell me how to debug ABAP step in completed Process Chain.
    Thanks
    Shaik

    http://help.sap.com/saphelp_nw04s/helpdata/en/8f/c08b3baaa59649e10000000a11402f/frameset.htm
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/b0afcd90-0201-0010-b297-9184845346ca
    http://help.sap.com/saphelp_nw70/helpdata/en/21/15843b74f7be0fe10000000a114084/frameset.htm
    /people/vishvesh.bahirat/blog/2006/11/29/bw-process-chain-design
    http://help.sap.com/saphelp_nw70/helpdata/en/21/15843b74f7be0fe10000000a114084/frameset.htm
    1.Go to RSPC to view all the chains.
    2.There click on any chain which you want to run/view.
    3.Click on the log view(shift+F1) to view all the previous runs of the chain and whether they have failed or successful(here you can select 1 day,week ,month etc in the display range)
    4.If you want to modify the chain /add a process type /change the variant then click (Ctrl+F9) and do the changes.
    Even you can change the start variant in change mode for manual scheduling>right click on start process typeselect display variant--now select start Direct Scheduling/ API or Metachain
    under direct scheuling option you can trigger it by setting start immediately /Date-time/After job/event whatever you want to do
    Else you can make it part of a Metachain consisting of different such small local process chains.
    Now Click on Schedule (F8) to run this chain manually.
    5.For Monitoring use Tcodes SM37/RSPCM/SM50
    Also you can use BWCCMS.
    I usually prefer sm37 to view all the background jobs but SM50 is also useful.
    6.debug loop can be used to debug a process chain.(you have to specify here the gap between one event been triggered and the next subsequent process starting)
    to capture process in debugger go to SM37(job overview) or to SM50(process overview)
    Hope this would help you.

  • Trace/Debug a JDBC2 query

    Hi,
    How do I trace/debug a JDBC query before it gets executed by Oracle.
    I have a query that works in SQL Plus, but when I try to execute it from my application, it always gives an empty resultset. (The connection works, and all other queries works).
    Here is the query in Java format:
    "SELECT instrument_id, code, name, " +
    " latest_buy, latest_sell " +
    "FROM instrument " +
    "WHERE upper(name) like(upper('?%')) " +
    " OR upper(code) like(upper('?%')) " +
    "ORDER BY name";
    I replace the question marks by using, setString in PreparedStatement.
    Now I would like to view the final query before execution. How should I do that?
    thanks
    /Kaj
    [email protected]
    null

    (1) You cannot replace values inside of SQL quotes. The ? in you query are literal characters.
    (2) You can see how JDBC transforms your SQL with the following code snippet from the JDBC manual.
    import oracle.jdbc.driver.OracleSql;
    public class Foo
    public static void main (String args[]) throws Exception {
    show ("{call foo(?, ?)}");
    show ("{? = call bar (?, ?)}");
    show ("{d '1998-10-22'}");
    show ("{t '16:22:34'}");
    show ("{ts '1998-10-22 16:22:34'}");
    public static void show (String s) throws Exception {
    System.out.println (s + " => " + new OracleSql().parse (s));
    } }

  • Trace/Debug .aspx/.ascx/.ascx.cs ?

    Can anybody help me how to Trace/Debug .aspx/.ascx/.ascx.cs in VS IDE?
    Many thanks for your help!

    Maybe start here:
    <a href="http://msdn2.microsoft.com/en-us/library/k0k771bt(VS.80).aspx">http://msdn2.microsoft.com/en-us/library/k0k771bt(VS.80).aspx</a>
    http://www.odetocode.com/Articles/425.aspx
    Cheers,
    Corbin

  • Debugging BPEL process in 10.1.3.1

    Hi,
    Does anyone know more about debugging features in BPEL 10.1.3.1? If I try to run/debug a BPEL process, it asks for 'Default Run Target' and I do not know what this is - any help?
    Thanks!

    So, you debug your processes via the BPEL Console. Plain and simple. You just design in JDeveloper.
    Good Luck!
    BradW

  • How to Enable the debugging of process

    hai,
    I am using nwds , i want to debug my webdynpro application, but from my netweaver the context menu of server(in j2ee engine view) all the elements are in disable. how can i enable the context menu options.
    regards,

    Hi Naga,
    You will have to strat the J2EE engine first in the debuggine mode. For doing that follow these steps:
    You can start the debugging mode in two ways.
    <b>1) Through NWDS:</b>
    <b>Go to SAP J2EE Engine Cluster Overview-> Server 0 -> (Right Click)-> Enable Debugging of Process.</b>
    This will automatically restart your J2EE engine. And after it is restarted successfully, the debug mode will be ON.
    <b>2) Through Config Tool:</b>
    You can enable the debuggine mode from the Config Tool as well. Just visit the following path :
    <b>C:\usr\sap\<SID>\JC<SYS_NO>\j2ee\configtool\configtool.bat</b>
    Click on the your instance. Then under the tab VM Environment, Set the <b>DebugMode = true</b>.
    Restart the engine now. This will open the J2EE server again in the Debug Mode.
    I hope this helps you!!
    Regards
    Pravesh
    PS: Please conside rewarding points if helpful and solved.

  • How to trace/debug main workflow calling sub workflow.

    Guys,
    I am calling Sub workflow from MAIN workflow.
    I am able to trace till beginning of sub workflow, with the help of workflow log.
    But, is it possible to trace/debug the sub workflow as well(in single stretch).
    Please guide with t-codes & procedures(links).......
    Regrads.
    santosh.

    Hi Santosh,
    You should be able to see the technical log for the subflow as well - but perhaps that's not what you are asking.
    First, you should always be able to 'trace' your subflows by starting them directly via SWUS.  Then you will have the log to review.
    You can also set the workflow trace on via SWU9.
    Hope this helps,
    Sue

Maybe you are looking for

  • Unable to clear vendor open item.

    Hi experts, Have posted vendor document  under document type KZ directly, there is no open item invoice to clear the document. posted entry as below. now we are unable to clear the open item document through F-44. we did not find open item for the po

  • The Windows 7 Black Screen Issue

    I am putting in Bootcamp with a Windows 7 install. I checked these forums and made sure I had all my prep work done. I referenced article TS3173 and downloaded the neccessary drivers for 7, formatted a 16GB SD Card as FAT Bootable and copied the driv

  • App size says one thing in it's info and another thing on the sync page.

    I'm trying to sync my new application to my ipod touch. on the store it says that the app is 576mb if I go to the apps section of itunes and right click and select "Get info" it says 576.5mb in the apps tab for the ipod touch it's size is 1.22gb I kn

  • Webdynpro IWDTable - Item table , grouped column and Column difference?

    I had added Column to Table in webdynpro java UI but , when I am getting the values for the same from BAPI was displayed but , when I am saving , it is not saving Is there any difference between GroupedColumn and Column? The other columns which were

  • Cross Tab In Discoverer

    Hi Guys, I need to build a discoverer report that should display the data for every month. I had written one query where Transaction_Date in Mon-YYYY form is made a data point in discoverer which means my sheet will segregate the data in cross for ea