Aging 7 Buckets Report ARXAGMW  error REP-1212 Object Body is not enclosed

Hi
I am customising standard AR Aging 7 buckets report by account(ARXAGMW).
I just need to add 2 fields,That i have added successfully.
But the report output format is not printing properly.
I mean if there are 4 columns custname,custno,endcustname,endcustno.
it is printing the output as
custname custno endcustname endcustno
abc communications inc 1234 abc communicatio 1234
xyz communications inc 5678 pqr communicatio 9657
but i want to print with full name(endcustname) as how it is printing for custname.
So itried to increase the report width to 300 and try to run the report,but i am getting the error.
I tried with standard report also by increasing the width but same error.
Could anyone please tell me when we increase report width what else i should change.
The error is
REP-1212: Object 'Body' is not fully enclosed by its enclosing object 'P_REPORTING_ENTITY_NAME'.
Thanks,
Malla

Hi,
"Not allowing" means? Do you get any error?
Is this the same style used by this concurrent program? I assume that the report type is text.
If the report type is bitmap, size the page size in the "Execution Options" field as "PAGESIZE= <width>x<height>" and submit the report again.
Note: 297522.1 - How to investigate printing issues and work towards its resolution ?
https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=297522.1
Regards,
Hussein

Similar Messages

  • REP-1212: Object 'Body' is not fully enclosed by its enclosing object 'p_in

    I got this error when I add more columns to an EBS standard oracle report.
    REP-1212: Object 'Body' is not fully enclosed by its enclosing object 'p_in_invoice_type_high'.
    but, p_in_invoice_type_high is a user parameter.
    what can I do for this?

    Hi,
    You can take the following actions to correct this error:
    Case 1: Move or resize the object so that it does not extend outside the page boundary. Alternatively, increase the page size in the Report Property Inspector.
    Case 2: Using Arrange--\>Send to Back, Arrange--\>Bring to Front, Arrange--\>Move Backward, and Arrange--\>Move Forward, arrange your repeating frames such that, in terms of layers, the following is true: repeating frames are below repeating frames that they contain and down repeating frames are below across repeating frames.

  • REP-1212: Object 'Body' is not fully enclosed by its

    I get this error when I run a report. Where can I get explaination for these error id like (REP-1212).
    Thanks
    null

    I had the same error with Landscape orientation report. But when I go to design, Tools, Preferances, Runtime setting and specify Page Width and Heigth like 11 and 8.5 then my report is working.
    I'd like to figure out how I can save this setting. Every time I close the report and run it again I have to put these setting.If somebody know, please, help.

  • REP-1212 Object Body  is not fully enclosed by its enclosing object

    HI
    I have created new report, after finishing layout module i have started run this report. at that moment
    i am getting error.
    pl help me
    Regs
    Dhanalakshmi

    Hi,
    Go to Object Navigator --&gt; layout Model --&gt; property palette of Header/Main section and change the width and height values according to ur requirement.
    Regards
    Kiran

  • REP-1212: Object 'R_MASTER' is not fully enclosed by its enclosing object '

    hi 2 all
    My report is running properly in report builder 10g , but when i call from Oracle Application R12 then
    following error message display.
    REP-1212: Object 'R_MASTER' is not fully enclosed by its enclosing object 'Body'.
    i also check all repearting fram in enlarge view, no object is overlap .
    Kindly help me to reslove this issue .
    Thanks
    zulqarnain

    Please see (How to investigate printing issues and work towards its resolution ? [ID 297522.1]) -- Search for "REP-1212" error.
    REP-1212
    https://forums.oracle.com/forums/search.jspa?threadID=&q=REP-1212&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Thanks,
    Hussein

  • REP-1212: Object  is not full enclosed by its eclosing object body

    hi am in oracle report 11gR2 am geting this error when running my report REP-1212: Object  is not full enclosed by its eclosing object body

    Inol,
    Even I have the same error. My report width doesnt exceeds the vertical border. But as my report is a bigger(2 page report), vertically expanded into the 2nd page.
    I tried putting a main frame which holds 2 pages. Didn't worked.
    Tried putting a Main frame which holds 2 pages and each page with another frames which holds the objects of the respective pages. Didn't worked.
    I jus put 2 frames per page which holds objects of their page respectively. Didn't worked.

  • AR - Aging Bucket report Customisation

    I have a requirement from end users to be able to run an aged debt report for any date range in the past e.g. From 01-Jan-2008 to 01-Jan-2013.
    Aging Bucket report only has, "As of date" field in the parameters.
    Is it possible to add additional parameters to this report?

    Hi.
    I don't believe such parameter can be included in the Aging reports. According to the user manual, the design of the report is to:
    Receivables includes all open items whose GL date is before or the same as the date you enter, and whose GL date closed is after the date you enter. The default is the current date.
    Besides, such parameter would cause debts to be excluded from the balance.
    Octavio

  • Creating Dynamic Report - facing error REP-498

    Hi guys,
    Facing problem Creating Dynamic Reports.
    Error : REP-498: Number of columns selected by the query is incompatible with report definition.
    Could you please show me where do i have to changed my query to get rid of this error message?
    Thanking you in advance.
    --dynamic query
    select a.yr_no
    &columname_1
    from authorized_utilization_s a,
    tblservicecategory b, tblnetworkplanrptgroup c,tblreportgroup e
    &wherecl_1
    &groupby_1
    union
    select a.yr_no
    &columname_2
    from authorized_utilization_s a,
    tblservicecategory b, tblnetworkplanrptgroup c,tblreportgroup e
    &wherecl_2
    &groupby_2
    &orderby
    ------after parameter form function
    FUNCTION afterpform
    RETURN BOOLEAN
    IS
    BEGIN
    IF :report_type = 'C' -- C represent Carrier Report
    THEN
    :columname_1 := ',a.qtr_no,b.rptservicecatid, sum(a.sum_svcschedulerate)/1000 planamount ';
    :wherecl_1 := ' where e.reportgroupid = c.reportgroupid '
    ||' and e.reportgroupid NOT IN (180,188,191,203,206,227,228, '
    ||' 229,230,231,232,233,234,235,236,237,238,365,366,550,644,645)'
    ||' and e.reportgroupclassid = '|| :p_reportgroupid
    ||' and a.planid = c.planid '
    ||' and a.yr_no = '||:p_year
    ||' and a.qtr_no <= '|| :p_quarter
    ||' and rtrim(a.servicecatid) = rtrim(b.servicecatid) ' ;
    :groupby_1 := ' group by a.yr_no,a.qtr_no,b.rptservicecatid ';
    :columname_2 := ', a.qtr_no,b.rptservicecatid, sum(a.sum_svcschedulerate)/1000 planamount';
    :wherecl_2 := ' where e.reportgroupid = c.reportgroupid '
    ||' and e.reportgroupid NOT IN (180,188,191,203,206,227,228, '
    ||' 229,230,231,232,233,234,235,236,237,238,365,366,550,644,645)'
    ||' and e.reportgroupclassid = '|| :p_reportgroupid
    ||' and a.planid = c.planid '
    ||' and a.yr_no = '||:p_year||' - 1 '
    ||' and a.qtr_no >= '||:p_quarter
    ||' and rtrim(a.servicecatid) = rtrim(b.servicecatid) ';
    :groupby_2 :=' group by a.yr_no,a.qtr_no,b.rptservicecatid ';
    :orderby :=' order by yr_no, qtr_no, rptservicecatid ' ;
    ELSIF :report_type = 'Q'
    THEN -- Q represent Quarter Report
    -- second condition will be here for 'Q'
    ELSIF :report_type = 'A'
    THEN -- A represent Annual Report
    --third condition will be here  for 'A'
    ELSE
    :tablename := '';
    :wherecl := '';
    END IF;
    RETURN (TRUE);
    END;
    ----final query for report type 'C' should looks like this and WHICH IS WORKING FINE FROM SQL*PLUS.
    select a.yr_no
    ,a.qtr_no,b.rptservicecatid, sum(a.sum_svcschedulerate)/1000 planamount
    from authorized_utilization_s a,
    tblservicecategory b, tblnetworkplanrptgroup c,tblreportgroup e
    where e.reportgroupid = c.reportgroupid
    and e.reportgroupid NOT IN (180,188,191,203,206,227,228,
    229,230,231,232,233,234,235,236,237,238,365,366,550,644,645)
    and e.reportgroupclassid = :p_reportgroupid
    and a.planid = c.planid
    and a.yr_no = :p_year
    and a.qtr_no <= :p_quarter
    and rtrim(a.servicecatid) = rtrim(b.servicecatid)
    group by a.yr_no,a.qtr_no,b.rptservicecatid
    union
    select a.yr_no
    , a.qtr_no,b.rptservicecatid, sum(a.sum_svcschedulerate)/1000 planamount
    from authorized_utilization_s a,
    tblservicecategory b, tblnetworkplanrptgroup c,tblreportgroup e
    where e.reportgroupid = c.reportgroupid
    and e.reportgroupid NOT IN (180,188,191,203,206,227,228,
    229,230,231,232,233,234,235,236,237,238,365,366,550,644,645)
    and e.reportgroupclassid = :p_reportgroupid
    and a.planid = c.planid
    and a.yr_no = :p_year - 1
    and a.qtr_no >= :p_quarter
    and rtrim(a.servicecatid) = rtrim(b.servicecatid)
    group by a.yr_no,a.qtr_no,b.rptservicecatid
    order by yr_no, qtr_no, rptservicecatid ;

    The problem is with initial values of your lexical parameters. They should be so that even before obtaining their desired values in the trigger, they would create syntactically correct SQL returning as many columns and of appropriate types, as you expect the final SQL to produce. You can not manipulate the number and types of columns using lexical parameters, just the real mapping to the table columns. The number, the type, and the order of selected columns should be defined by initial values of lexical parameters.

  • See my error : (REP-1272: Column ‘CF_1’ may not be used as break Column.)

    Hi master
    Sir I have master detail report and I use one formula column and one place holder column in my report in master section
    I use this code
    function CF_1Formula return Date is
    begin
    if :chqdate is not null then
         :cp_1 :=:chqdate;
    else
         :cp_1 :=:sdate;
         end if;
    end;
    Sir when I run my report then system give me this error
    REP-1272: Column ‘CF_1’ may not be used as break Column.
    Please give me idea how I get report
    Thank
    aamir

    Hello,
    Break Order cannot be used for some Column Type :
    http://www.oracle.com/webapps/online-help/reports/10.1.2/topics/htmlhelp_rwbuild_hs/rwcontxt/props/pi_col_break_order.htm
    (CLOB is not explicitly specified, but the restriction for LONG and LONG RAW exists for CLOB too)
    Regards

  • Batch PDF Reports raising error REP-3002: Error initializing printer.

    We are running Reports 6.0 in Windows NT 4.0. When run manually the PDF reports are able to see the PostScript Print Driver and generates PDF output. We have a batch job on the NT that gets kicked off from the Mainframe via XPATH, which spawns multiple report processes as needed to run the PDF reports. We get the error "REP-3002: Error initializing printer." under this scenario.
    Any help to resolve this will be appreciated.
    Thanks,
    Babu

    Hi,
    i've changed to use RUN_REPORT_OBJECT as your advice and followed the instructions in "Oracle Reports Remote Printing Utility - An Oracle Technical White Paper December 2000". i tested orarrp by created the HTML file follow the steps in page 5 of the paper, it worked.
    then i modified existed form, set report object property like this :
    SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_EXECUTION_MODE, BATCH);
    SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_DESTYPE, FILE);
    SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_DESFORMAT,'PDF');
    SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_DESNAME,'test.rrpa');
    SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_SERVER,'Rep60_NTSERVER2');
    note : i'm not sure that i set the right value for REPORT_SERVER property, i got this value from TNSNAMES.ORA file.
    then call the report with this statement :
    :GLOBAL.ReportHandle := RUN_REPORT_OBJECT(report_id);
    it showed the same error message :
    "REP-3002 Error initializing printer. Please make sure a printer is installed."
    i think i set something wrong, but i don't know where. could you help me ?
    Hunsa

  • Report Server Error REP-1:

    Hi,
    I am trying to run a oracle report from an oracle form. The very first time when I try to run the report, I get a peculiar error, the report server just says: Error REP-1: . Nothing specific. From the second time onwards its working perfect. Not sure what's going on here. Any insight appreciated.
    Thanks.

    You did not mention your OS and Forms/Reports version, anyhow, you should take a look at the following metalink notes:
    112124.1 - REP-0001 'Unable to Find Reports Builder Message File' using Report Server
    105048.1 - REP-0001 Running a Report on the Web
    832689.1 - Distributing A Report With Attached Static File Fails With REP-0001: Unable to find the Report Builder Message File
    Edited by: Rodolfo Ferrari on Jul 17, 2009 10:51 PM

  • IDoc Error -Instance of object type could not be changed

    Hi All
    I am getting IDoc failed with the error massaeg "Instance of object type could not be changed"
    Message type :PORDCR
    Basic type : PORDCR05
    Message no. BAPI003
    Status : 51
    Please suggest on this
    Thanks
    Ajit

    Hi Madhu
    All these POs are uploaded during the Cutover Activities only, I am not sure whether it is uploaded through LSMW or not. What I guess is If its uploaded thrugh LSMW , then we can't change any value in the PO.
    Please sugest how can I process allthese IDocs.
    Thanks
    Ajit

  • Error: Derivation Source object, DIMENSION_NAME , is not correctly bound

    Hi,
    I have installed Oracle Database 10g Enterprise Edition Release 10.2.0.1.0
    and OWB 10.2.0.1.0 on Windows XP Professional.
    I've created a simple MOLAP dimension with a default hierarchy and one level within it.
    I've maped it to source table, deployed and loaded it. I can see its data.
    Description of dimension:
    Configuration
    Deployable: yes
    Deployment options: Deploy to Catalog only
    Storage
    MOLAP
    Generate surrogate keys in the analytic workspace
    Attributes
    NAME::IDENTIFIER::DATA TYPE::LENGTH
    ID::NULL::VARCHAR2::25
    CODE::Business::VARCHAR2::32
    NAME::NULL::VARCHAR2:255
    Problem:
    When I trying to derive definitions I receive an error in wizard: Derivation Source object, <DIMENSION_NAME>, is not correctly bound.
    As result, there are no business definitions there.
    This problem goes with all my MOLAP dimensions.
    Please, maybe somebody faced with this trouble...

    Hi,
    Are you trying to Derive this into the Business Defintions area? In that case, this is not supported. For MOLAP objects you can use Discoverer and use an OLAP connection, then you will see your dimensions as query objects.
    Derive only works for relational objects (e.g. ROLAP storage), and that is why you get that error (not bound) as the MOLAP object is not bound to a table.
    Jean-Pierre

  • SAP Crystal Reports 2011: Error INS00140 The Product keycode is not valid

    I have followed all of the instructions in the previous thread but am still getting the error message.  I am trying to install on a Windows 7 machine.

    Try this Post...
    SAP Crystal Reports 2011: Error INS00140 and other install errors
    PS - Coy no longer works here
    Don

  • SLG1 logging report : print error says 'This object is not documented'

    Hi,
    I run the logging report (SLG1) and selected one of the line items from the
    list, then I pressed F6 (button with the spectacles) to view the
    technical information. This was presented, but when I try to print this
    information I get the message 'This object is not documented'.
    Do anyone know wht this error is displayed? How do I correct it so that I can print the info required.
    Regards,
    Vijaya

    Hi,
    This is might be because of some user settings in the SAP with print parameters.
    As of now if you want to do the below operation, you can by pass the error message available in the function module and take the print out.
    In the function module DOCU_PRINT, error is avialable at line no. 318,
    message i775(sd) with text-310.
    Regards,
    Santhosh

Maybe you are looking for

  • How to call data from backend ECC system in Gateway Hub System?

    Hi Experts, We have a scenario where the GR process has to be done on Mobile app. We have a SMP 3.0 and Netweaver gayeway deployed as Hub. I really need quick pointers on how should we go about  this? My queries are mentioned below: 1.I don't see SAP

  • Need help finding whats wrong with my servlet

    I've been trying to create a simple login page following the tutorial found http://www.roseindia.net/mysql/loginauthentication.shtml There is a single JSP (AuthenticateLogin.jsp) and a servlet (LoginAuthentication.java). Basically what has to happen

  • Is it possible to link in files based on a pattern?

    Is it possible to automatically link in php files in the way css, js and included and required includes are linked? The image is from Dw cs5, swedish, but I think you know what I mean. This shows the desired behavior based on a bug i found in cs5. Ev

  • BRFPlus Vs BRM (Java)

    Hi, 1) Can someone give a comparison between BRFPlus and BRM Java, ie, feature-wise ? 2) How can BRFPlus integrate with WDP ABAP and R/3 or other business suite? 3) Since WDP ABAP does not supported by BPM for UI, what other workflow can be used to i

  • Share project with friend (only iPad, no Mac)

    Hi all, I'm an iPad and iPhone user and I don't have the Mac. I have created a new song on my iPad and now I would like to share  the project with my friend. Directly from the app there is the possibility to share only the music, but I want to share