Custom report error through idoc

Hi
We have the custom invoice report .
Purpose of the custom report is to get the parked invoice list, which are invoices not posted those invoice will get parked automatically..
These invoices are usually posted in transaction MIRO throgh IDOC. So there is no manual input while doing MIRO. But now many invoices are getting parked instead of posting .
So for above proble i wanted to know the automatic backend job after IDOC for invoice posting .
How exactly the automatic posting of invoice is happening in backend , how we can rectify this or how we can find the creteria for posting and paring invoice in backend program ????
Thanks

Hi,
when we submit the request in SRS the output is fine generating but when we do the trtansaction in the Module(no SRS) the report is erroring outWhat do you mean by do transaction in the module? Could you please elaborate more?
Enable trace and run the program, and see if the collects more details about the error in the request log file.
Regards,
Hussein

Similar Messages

  • ERROR IN CUSTOMER MASTER CREATION -THROUGH IDOC.

    We are facing issue while creating customer through idoc. System is giving error "No batch input data for screen SAPLID_TAXNUM 1000 "
    On analyzing this error - we are able to find out that someone has enabled some duplicity check or message control on filed of tax number 1.In this filed we are storing some other legacy information which is not unique to each customer so system is poping up some screen which shows that this information already exist for other customers . Due to this customers are not getting created.
    We have checked the message control  setting bur there was no such message control.
    Now we are not able to figure it that who has done this change and how. Further how this can be resolved.
    Pls help.
    Rgds,
    Sudhanshu Dang

    Hai Jobi Thottungal,
    Since you can create a Customer with Account type 001, please check what is the PARTNER TYPE assigned.
    Now, GO TO
    IMG Sales and DistributionMaster DataBusiness PartnersCustomersCustomer Hierarchy
    Set Up Partner Determination for Customer Master
    Partner Determination Procedure Assignment
    Assign the Partner procedure to your Account group
    So at the time of creation of Customer master with your Account group, the partner function will get created automatically.
    Regards,
    Mani

  • Error while loading customer master data through Idoc (DEBMAS) from BODS

    Hi All,
    I am trying to load customer master data from BODS to SAP ECC through IDOC(DEBMAS). The jobs run successfully but IDOC is not getting posted. Please find the error below.
    I checked in TSKD table the entry 0 is present. Please help me to resolve this issue.
    Thanks & Regards,
    Balamurugan G

    Hi, did you referred this link : Error during customer master mass update through XD99

  • Custom Report Erroring when using All as parameter

    Hi All,
    I am facing a problem in running custom report.
    => DB Server Info
    RDBMS : 11.2.0.2.0
    Oracle Applications : 12.1.3
    I am getting following error.
    REP-1401: 'afterpform': Fatal PL/SQL error occurred.
    ORA-06502: PL/SQL: numeric or value error
    custom report two parameters one is date parameter and name parameter
    date parameter is using as fnd_date.canonical_to_date(:P_EFFECTIVE_DATE) in queries.
    if I give name parameter for individual, then it works fine.
    if I give name parameter as "All", then its erroring. I tried it in my best way, but its not working.
    variable data length increased though its not working, can any one help me on this please....
    Here is the Afterpform code
    function AfterPForm return boolean is
    lName VARCHAR2(5000); -- its changed from lName varchar2(50);
    begin
    IF :P_NAME <> 'All' THEN
    lName:= 'AND name =:P_NAME';
    ELSE
    lName:='AND name in                                                             (select name from <******>
              order by name
    END IF;     
    :P_Where_Clause := lName;
    return (TRUE);
    end;
    Thanks for all your help so far.
    Ram.
    Edited by: user8822881 on Feb 9, 2012 10:43 AM

    excuse i understood that you use All as parameter name
    ORA 6502 is when you assign a char to a number or when assign a value which length is greater than the variable length
    what's the dimension of p_where_clause for example?
    you can trace with srw.message
    --- <Code>
    function AfterPForm return boolean is
    lName VARCHAR2(5000); -- its changed from lName varchar2(50);
    begin
    srw.message(1,'step 1');
    IF :P_NAME = 'All' THEN
    srw.message(2,'step 2');
    lName:='AND name in (select name from <table>
    order by name
    srw.message(3,'step 3');
    ELSE
    srw.message(4,'step 4');
    lName:= 'AND name =:P_NAME';
    srw.message(5,'step 5');
    END IF;
    srw.message(6,'step 6');
    :P_Where_Clause := lName;
    srw.message(7,'step 7');
    return (TRUE);
    end;
    ---</Code>
    i think your query is not good
    for example
    lName:= 'AND name =:P_NAME';
    when instance the query the query search this condition but no use the value of p_name parameter
    write
    lName:= 'AND name = '||''''||:P_NAME||''''; then :p_name take the value

  • Custom Report error in 11.5.9

    Hi Friends,
    We are developing a custom Report on 11.5.9 and when we submit the request in SRS the output is fine generating but when we do the trtansaction in the Module(no SRS) the report is erroring out.Thers is no problem with the file and folder permissions.
    Please suggest me.
    Error:
    APP-FND-01630: Cannot open file $COMMON_TOP\temp\OF31.tmp for reading
    Cause: USDINS encountered an error when attempting to open file $COMMON_TOP\temp\OF31.tmp for reading.
    Action: Verify that the filename is correct and that the environment variables controlling that filename are correct.
    Action: If the file is opened in read mode, check that the file exists. Check that you have privileges to read the file in the file directory. Contact your system administrator to obtain read privileges.
    Action: If the file is opened in write or append mode, check that you have privileges to create and write files in the file directory. Contact your system administrator to obtain create and write privileges. Concurrent Manager encountered an error while running Oracle*Report for your concurrent request 2168970.
    Review your concurrent request log and/or report output file for more detailed information.
    Regards,
    Arun

    Hi,
    when we submit the request in SRS the output is fine generating but when we do the trtansaction in the Module(no SRS) the report is erroring outWhat do you mean by do transaction in the module? Could you please elaborate more?
    Enable trace and run the program, and see if the collects more details about the error in the request log file.
    Regards,
    Hussein

  • Oracle BI Publisher Custom Report Error: emsg:was terminated by signal 6

    Oracle BI Publisher Custom Report throws a strange error. Error log below.
    Forcing NLS_NUMERIC_CHARACTERS to: '.,' for XDO processing
    Current NLS_LANG and NLS_NUMERIC_CHARACTERS Environment Variables are :
    American_America.US7ASCII
    stat_low = 6
    stat_high = 0
    emsg:was terminated by signal 6
    Enter Password:
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # SIGSEGV (0xb) at pc=0xf7094b79, pid=11622, tid=4107962048
    # Java VM: Java HotSpot(TM) Server VM (1.4.2_14-b05 mixed mode)
    # Problematic frame:
    # C [librw.so+0x3d0b79] rxrtdn+0x6d
    # An error report file with more information is saved as hs_err_pid11622.log
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    Report Builder: Release 10.1.2.3.0 - Production on Tue Nov 16 11:45:22 2010
    Queries work perfectly fine when ran in the database.
    Can you please help me figure out what the issue is???
    Thanks,
    Kesava
    Edited by: KesavaChunduri on Nov 16, 2010 9:51 AM

    Hi,
    Oracle BI Publisher Custom Report throws a strange error. Error log below.Please mention the version along with the OS.
    Please see if (Diagnosing and Troubleshooting Signal Errors [ID 215601.1]) helps.
    Thanks,
    Hussein

  • Material Order Status Report - Custom report error

    Hi,
    It is a Custom report to list Open PO's with the following logic.
    1. If validity date is less than today, PO is considered closed and that PO wont appear in the report.
        If point 1 failed, (means validity date in future) then goes to point 2.
    2. At item level,
       (a) Check if the quantity ordered is delivered (in service PO if planned/unplanned limit got reached)
                                     or
       (b) if Delivery completed indicator is checked
    in point 2 if either a or b is there, the PO is considered closed and should not appear in the report.
    We checked the program logic is fine.
    Problems:
    1.But the list shows few Closed PO's with Delivery comp ind checked.(Material PO's)
    2.In some service PO's the unplanned limit is not reached but so far some thing is delivered and Del   comp is marked. But still it appears in the report.
    In both cases the PO should not appear in the report. How to check?
    Regards
    Ramprakash

    Hi,
    If the logic that you checked proved correct, then you will have to get your ABAPer to debug your program to find out if change shall be made in the program logic coding.
    Cheers,
    HT

  • All line items on a Cost Center Are archived, do not see in custom reports - error No actual line items were selected

    Hello, experts !
    Please advise,
    I have a cost center,
    on witch I know there are bookings,
    1. I do KSB1, have message "No actual line items were selected"
    2. I select - extras - data source - archive
    in this way I can see my items.
    ok.
    maybe all bookings are archived.
    no:
    I de a new movement on this CC - KB11N (exemple) - and on the new one I have the same problem
    I se it only when I check "archive",
    and do not see it on custom reports.
    Why ?
    Ay idea ?

    Dear Jonny,
    Check the T Code: S_ALR_87013611
    Then T Code: KSB1 by removing all the filters like date restriction..etc.
    Still if you are not finding the postings:
    Check the postings in the T code FAGLB03 - Display Balances by giving GL Account.
    Postings happen in co module if there is a cost object.
    If there is no cost object it will not flow to controlling, that will be in FI.
    What you need to do is:
    Select your GL
    Select your Payment date
    Select your Document number.
    You can check the same in FBL3N also.
    go to the transaction summary and verify the cost object whether it is a cost center or Order...etc.
    Also check whether the payment is in parking stage ....?
    Regards,
    Pavan Kumar Arvapally

  • Report Error Through Queue Manager

    I have several reports that I have created over time. They are all currently set to run dynamically on the intranet.
    Now I am trying to setup reports that run automatically through the Queue Manger to generate html files. For some reason I end up with the following error ONLY when I try to run the reports through the Queue Manger:
    REP-1211: Object 'Body' is larger than its enclosing object 'SUB_COST_UNIT'.
    It doesn't matter what report I run. I get this object 'body' error on all my reports for various enclosing objects, but only when I use the Queue Manger. Does have ideas why I would be getting this? I'm thinking I just haven't set the job up correctly.

    What's the command you send from queue manager? Normally, it doesn't matter where you send the job request. You should see the error message from queue manager or from rwcli60 (in 6i) or rwclient (in 9i). You need double check the report name, where the report resides and see if the reports engine pick the right report (from REPORTS_PATH for 9i or REPORTS60_PATH for 6i).
    Apparently, report does matter in your case because the error message contains object name 'SUB_COST_UNIT'. Not every report contains that named object.
    Thanks,
    -Shaun

  • Custom report Error Rendering Element

    I have created a new category and subcategory called:
    C2Reports
    GSORTS
    Then under the subcategory I have created a report called GSORT_QC.
    Next I added an element that is a TABLE FROM SQL and I have edited it to put in
    the code. It works fine when I do the following:
    Select SQL and enter the following statement:
    Select sysdate as "DATE" from dual;
    However, when I try to do anything with a PL/SQL block of code it doesn't comes
    back with the above error in this SR. Here's what I'm entering in the PL/SQL
    block:
    BEGIN
    select sysdate from dual;
    END;
    I've tried to get anything to work in a PL/SQL block and nothing seems to work.
    Could you give me an example of something? I've tried to search the internet
    for information and it is very limited.
    Also, another question is......
    is there any way to get the output from a sqlplus script to display under
    reports? We have some reports written in sqlplus scripts and would like to see
    the output under the Reports section of Grid Control if at all possible. I
    couldn't see any category that would handle that. Please advise on this
    question also.
    Please give me an example of a PL/SQL block that I can run under the Reports, Add
    Element, selecting an element of "Table using SQL", then edit the parameters
    under that element, select PL/SQL block.......what do I put in the window? I
    cannot get anything to work where I enter the PL/SQL block of code.

    For your first question, you can use this example:
    begin
    open ??EMIP_BIND_RESULTS_CURSOR?? for select sysdate "current date" from dual;
    end;
    And set the statement type to pl/sql in the edit Table from SQL parameters UI.
    At run time, the ??EMIP_BIND_RESULTS_CURSOR?? is bound to a cursor object and the result set from that cursor is shown in the table in the UI. The EM Extensibility Guide privides some examples of using ??EMIP_BIND parameters.
    Regarding the second question, there are two issues:
    1) Table from SQL queries are limited to database objects visible to the MGMT_VIEW database user.
    2) I'm not sure if you can invoke a SQLPlus script from PL/SQL, but if you could it may work using a PL/SQL wrapper. This is probably a long shot.
    Regards,
    Leslie

  • Custom xml report errored with :emsg:was terminated by signal 4

    Friends,
    one of the custom report errored out with the below error:
    Current NLS_LANG and NLS_NUMERIC_CHARACTERS Environment Variables are :
    American_America.UTF8
    stat_low = 84
    stat_high = 0
    emsg:was terminated by signal 4
    Program was terminated by signal 4
    Concurrent Manager encountered an error while running Oracle*Report for your concurrent request 5443587.
    when browsing metalink I came across few notes and chmged the out put of Active users report to XML which also errored out, the same report was running fine in other environments. we just freshed this from PROD and nothing was changed.
    any ideas
    Thanks.

    Hi Guru,
    Application version is 11.5.10.2 and DB 10.2.0.3 running on AIX, Yes it is working on other test environments and production.
    here is the error from OPP log
    [3/18/10 10:35:17 AM] [UNEXPECTED] [2908896:RT5443609] java.io.FileNotFoundException: /<path>/o5443609.out (No such file or directory)
         at java.io.FileInputStream.open(Native Method)
         at java.io.FileInputStream.<init>(FileInputStream.java:129)
         at oracle.apps.fnd.cp.opp.XMLPublisherProcessor.process(XMLPublisherProcessor.java:229)
         at oracle.apps.fnd.cp.opp.OPPRequestThread.run(OPPRequestThread.java:157)
    [3/18/10 10:35:17 AM] [2908896:RT5443609] Completed post-processing actions for request 5443609.
    Looks like the output file was not generated as the request errored out.
    Thanks.

  • Partner function for customer through IDOC

    Hi All,
    I have a requirement in which I need to create the customer master through IDOC. I am using DEBMAS basic type for that. In its functionality, I need to assign different partner functions to it.
    When I create customer without giving any partner details,  4 entries get created by default with partner functions as BP, SP, PY, SH and KUNN2 value as INTERNAL or the same customer number which is getting created. But I want that the customer number provided by me should be assigned as partner function. Is there any way to change the default entry which is getting created so that I can replace the INTERNAL customer number with the one provided by me.
    I identified the segment as E1KNVPM in it at hierarchy level 3. I passed the partner function in the PARVW field of it and provided the customer number which I want to assign as partner function in the KUNN2 field. But I am getting error Customer INTERNAL already exists for function <Partner function>.
    Am I missing something. Any msgfn or any other input.
    Please help me on this.
    Thanks
    Natasha

    Hi,
    Im facing similar problem
    Im trying to create the customer master through IDOC.
    I am using DEBMAS06 Idoc. 
    I need to assign two partner functions to it.
    When I create a customer with  giving  two partner details, 
    6 entries get created by default with partner functions as BP, RP, EM, SH and KUNN2 value as INTERNAL,
    two others entries (ZC,ZV) are created because this partner roles i defined to be created but KUNN2 hasnt assined value and request to fill it.
    I identified the segment as E1KNVPM in it at hierarchy level 3.
    I passed the partner function in the PARVW field of it and provided the customer number which I want to assign as partner function in the KUNN2 field.
    But I am getting error when  "Customer INTERNAL already exists for function <Partner function>".
    Am I missing something. Any msgfn or any other input.
    How can avoid this error?
    Please help me on this.
    Thanks
    Armand

  • Error in viewing the customized reports in XL reporter

    Hi,
    I am using SAP B1 2007A. My problem is on viewing the customized reports I made through the XL reporter. I made a profit and loss report and saved it under the financials folder then financials sub folder. Before I still can view it through my SAP B1 main menu. All of a sudden, when I try to view again, I can't view any financials customized report. However, I have customized reports in other folders like the sales and purchasing and I can view them. I checked in the XL reporter itself by opening it through tools, xl reporter and I noticed that my financials folder was renamed to new folder and when I opened the financials sub folder, my customized reports were there but I can't view them in the sap main menu. I have 6 databases in my SAP and only 1 dbase has this problem. What might be the reason? Please help.
    Thanks,
    Jackilou

    Hi Jackilou,
    The problem you are facing is due to XLR error.  Just try restart you B1, it will normally be fixed by itself.  If your problem persist, log a support ticket to SAP.
    Thanks,
    Gordon

  • Handle Idoc errors through workflow

    How  to handle inbound idoc  errors  through  workflow and How  to handle outbound idoc  errors  through  workflow
    Thanks,
    Asha

    in transaction SALE go to menu Basic Settings/Perform Automatic Workflow Customizing
    then in WE46 you can assign a workflow task to various errors
    in partner profiles (WE20) you can assign post processing agent per partner/message type

  • Reports to be sent through IDOCS/EDI

    Hi All,
    My client got a requirement .
    A customer of my client wants to recieve MD04 Stock report weekly through EDI/IDOC? customer of my client are also using SAP R/3.
    How do i achieve this? Please through some light on the Outbound IDOCs and how to sent reports through IDOC/EDI
    Thanks & Regards,
    Nithin

    Hi JP,
    My customer of my client wants the reports to be received through EDI/IDOC...
    I have browsed for threads whic could give me an idea but could not come across any which could provide solution to me.
    I am new to IDOC and wanted to have a unerstanding of the same and especially from functinal point of view so that i can guide the technical consultant.
    Thanks & Regards,
    Nithin
    Edited by: Nithin U M on Jun 7, 2011 11:51 AM

Maybe you are looking for

  • Where can I download a copy of the ibooks app for ios 5.1

    I recently purchased a new ipad air 2 and handed my old ipad to a relative who is completey new to any kind of computing.  However, I inadvertently deleted the ibook app while deleting all my info.  I want to replace the app but the current app is fo

  • JDBC sender channel running but not picking up the data from sp

    Hi, One of the jdbc sender channels in production is running at its schedule time but it is not picking up the data from the sql side, we have checked with the sp side and they are saying that sp is running fine. No changes have been done in its conf

  • Nokia 701 touch sensitive problem

    I have with me 701 with the latest firmware version, i often have touch sensitive problem. Sometimes it get ok by just switch off the phone and sometime by removing battery (becoz then button too don't work). what should i do? Someone Plz help !

  • TS1503 how to update iphone 4 with new i0s7 software over the computer

    How do I update to ios7 from my computer?  There is not wnough data space on my phone...Ive done it before but have no recollection!

  • Grading Program Help

    I'm taking a Java class and need some help with a program. I already turned it in, so I'm not looking for somebody to do the work for me. I just want to understand where I screwed up. If the user enters 'numbers': Get input for the grade number in de