Reports 6, SRW.SET_CUSTOM_SPACING(spacing) - VGS Units

Hello everybody.
I'm using Reports 6.
I've been wondering for a while, how exactly VGS-Units work.
I've used them in Format triggers of text-fields to set custom spacings like this:
function YT_FormatTrigger return boolean is
begin
SRW.SET_CUSTOM_SPACING(80);
/* 80 is in VGS units */
return (TRUE);
end;
From the help, i've found some explanations about vgs units:
SRW.SET_CUSTOM_SPACING(spacing)
Spacing     Is a number that represents the leading in VGS units, which are very small.
(One inch is equivalent to 8192 VGS units)
OK, this number 8192 is true, but if i change the spacing to half, 4096, the output is not half inch.
Also, if i have two different text-field, other has font size 14 and other font size 12. If i put this format trigger ti both of these fields, the text spacing is not the same in both fields.
Does anyone know how these vgs-units exactly work?
I've not found anything about them.
-DBA-

Hello DBA,
My quick test worked fine for me at 4096 and 8192. So perhaps you have something else going on...or a bug in a particular version. Note that the spacing added between lines does not account for the font box spacing built into the font definition to provide space for accents, descenders, sub and superscripts, etc. So if you're measuring from the bottom of a capitalized character to the top of the capitalized character in the next line, you'll see some extra space added for the font boxes.
regards,
Stewart

Similar Messages

  • Not able to view reports by users under top org unit- Interactive Reports

    HI,
    We are using CRM interactive reports.
    In my project the client is having 3 Sales Org with two sales office and two sales group for each office respectively.
    When the document is created by the  sales Executiv, he and his manager is able to see it in the reports but the top person of that org unit is not able to see  the report.
       Some say the report can be viewed by only employee responsible and his manager. In my project the core team is sitting in the top ORG unit. They want to see the reports of all the sales org units.
    With Regards,
    Selvam T

    Dear Luke,
    I am not able to see that navigation icons within an org chart box - The org unit that is displayed on clicking the orgchart does have branches in SAP but i am not able to see these navigation icons that lead me to these branches.
    Is there any specific step that needs to be done to see these branches.
    By the way what is the log file you are refering to is it the "PresentationResources.xml " or is it any other log file.
    Regards
    Hkishan

  • Report Data in to two alternate Unit of Measures

    Hi
    We Implemented "How to Report Data in to two alternate Unit of Measure". I have a question
    1 Could we maintain Two alternate Unit of Measures for one Base Unit of Measure?
    For example if Base unit is EA ( Each) we need to maintain this as CAR( Carton) and PAL ( Pallet).
    Thanks
    Naga

    Hi Naga,
    Are you talking about Qty Unit conversion. We can surely maintain CAR,EA,PAL and all. The Numerator and Denoms are maintained in T006. And accordingly the conversion happens.
    Apart from that you can have your own customized Qty conversion using Transaction 'RSUOM'.
    Lemme me know if this helps.
    -Bikas

  • Conditional Logging in Reports with SRW.MESSAGE

    Hi
    We use concurrent programs to run reports in Oracle Applications.
    There is a lot of code already written, which uses the following logging statements in the RDFs.
    srw.message(100,'<message>');
    For some reports the log being generated is large.
    So can we somehow disable the logging on need basis without code change?
    Can we enable or disable the log messages based on some profile values?
    Thanks for any help.
    Regards
    Sameer

    One way of achieving this is to copy the code into the other cells format trigger sections or into the frame that is your 'row'. If you let the program generate the code for your conditional formatting then you can just copy and paste it into the format trigger.
    Such as:
    function F_exampleFormatTrigger return boolean is
    begin
    -- Automatically Generated from Report Builder.
    if (:sum > '1')
    then
    srw.set_foreground_fill_color('red');
    srw.set_fill_pattern('solid');
    end if;
    return (TRUE);
    end;
    Let me know if you need additional help.
    Edited by: DOUBLE U on Apr 18, 2011 8:28 AM

  • Reports Staff movements from one org unit to another  org unit

    Dear experts,
    Is there any standard reports to get staff movements from one org unit to another units.
    Thanks in advance

    Hi,
    You can run headcount changes report - S_L9C_94000095 with action type organizational reassignment if you are making organizational unit modifications via PA40 - org reassignment action.
    Regards,
    Dilek

  • Reports 11gR2 SRW.Run_Report gets REP-1428 error

    I have several driver reports that use the SRW.RUN_REPORT package to run other reports. These reports were working fine in 10g but when moved to 11gR2 I get a REP-1428 error. Anyone know what is happening?

    Hi to all!
    I was used srw.run_report in reports 6i and I got the same error. I found out that the file that it was looking for can't be found.... Try to check the destination of the file if it exist.
    - i hope this helps you...
    I encountered the same problem the second time but this time i was using web to call my report that contain srw.run_report function. I tried to look at the destination of the file and it's right there. What could be the possible reason for this error?
    thanks!...

  • Oracle report 10g srw package.

    hi,
    i want to know about srw package in that srw.do_sql where it should be placed?

    you can check for SRW.DO_SQL built-in procedure in Reports online help.

  • Generate report for Recovery task configured under Unit monitor

    How to create report for the recovery task run under Unit monitor. Whether it run successfully or is there  was any failure status reported. or we can use any power shell command to extract such details.
    Omkar umarani SCOM STUDENT

    Hi,
    Try using ping www.bing.com  >>status-report.txt, the results will append to the txt file.
    Diagnostic and Recovery Tasks
    https://technet.microsoft.com/en-us/library/hh551141.aspx
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • Standard reporting for personnel areas per org. unit

    Hi all
    An HR colleague asked me for a tool to display a selected organisational unit and then show what personnel area it belongs to. They are cleaning up our master data and need this kind of cross checking but I cannot come up with any list to show this.
    How would you do it? Do I have to build a query for it or is there an easier way?
    Regards
    Jesper

    Hi
    Try this out
    Step1.s_ph0_48000510 adhoc qurey  or pqah
    Step2.Go to org assignment folder
    Step3.Select organizational unit for output
    step4.Select personnel area for selection
    Give input for Personnel area
    and Execute Output
    you get the results of orgunits belongs to given personnel area
    all the best
    partha
    keep sharing andlearning

  • Standard Report which gives list of Org units

    Hi,
    Is there any standard Report or Function module in SAP which gives list of Orgunits and Manager names by giving company code on the selection screen.

    hi
    just check out
    RH_RELATED_ORG_UNITS_GET or RH_STRUC_GET
    hope this helps
    regards
    Aakash Banga

  • Controlling Reports to be displayed in business unit functional currency

    How can standard CO reports be modified to display in functional currency?  The Controlling Area is currently configured as follows:
    10- Company code Currency
    20- Controlling area currency
    30 - Group Currency
    40 - Hard Currency
    50- Index based currency
    60-Global company currency
    RPCO, RP00 and RPPO are configured with ContArea, Object, Transaction and Target Currency.

    Hi!
    Please try T-Code: S_ALR_87005721 - Specify Report Currency
    This configuration is at user-level.
    regards,

  • Bug report: Under Remote Desktop Connection, local units and resources menu has OK button missing

    I've noticed that the "Local units and resources" in Remote Desktop Connection is missing an OK button. It seems to be a localization issue because I changed my Windows profile language to English, logged out and back in again, started RDC and
    the Ok and Cancel button became visible. Changed my language back to Norwegian again and the buttons are gone again.
    I have also confirmed this by testing the same on a clean new installation.
    Temporary Work-around: Select an option, press tab-key once (it will select the OK button which you cannot see), then press Enter.

    Hi,
    Based on my test,I got the same result.
    Thanks for your feedback.
    We will submit this issue to Microsoft product team.
    Regards,
    Kelvin Xu
    TechNet Community Support

  • Standard report  for unit of measures

    Is there any standard report to see the Fert material unit of measures  and its alternate unit of measures.

    HI
    there is no standard reprot for you requirment.
    only UOM of material you canget from MM60.
    but if you want alternate also got with table data MARM
    1.use SE16-- enter the table name MARM
    2.enter the material(field MATNR), and execute you get the report
    -ashok

  • Using SRW package to send a report via email

    Hi,
    Please can someone please help me resolve this issue I have been facing in using the srw package
    I have configured a report server and was trying to use the srw package to send a report out to our customers when there is an update on a particular table.
    I have succesfully use this same procedure to generate the same report to an output file and it was ok but anytime I try to generate the report as a mail and send to a DESNAME, i get mail server unavailable.
    Below is the procedure i try to execute:
    procedure testrep(new_name in varchar2) as
    myPlist SRW_PARAMLIST;
    myIdent SRW.Job_Ident;
    BEGIN
         myPlist := SRW_PARAMLIST(SRW_PARAMETER('',''));
    srw.add_parameter(myPlist,'GATEWAY','http://technorth4:7780/reports/rwservlet');
    srw.add_parameter(myPlist,'SERVER','rep_technorth4');
    srw.add_parameter(myPlist,'REPORT','c:\gens\name.rdf');
    srw.add_parameter(myPlist,'USERID','gens/[email protected]');
    srw.add_parameter(myPlist,'AUTHID','orcladmin/password1@orcl');
    srw.add_parameter(myPlist,'DESTYPE','MAIL');
    srw.add_parameter(myPlist,'DESFORMAT','PDF');
    srw.add_parameter(myPlist,'FROM','[email protected]');
    srw.add_parameter(myPlist,'DESNAME','[email protected]');
    srw.add_parameter(myPlist,'T1',new_name);
    myIdent := srw.run_report(myPlist);
    END;
    when i now start debugging i got this error:
    SQL> set serveroutput on
    SQL> exec srw.start_debugging
    * WELCOME TO EVENT-BASED-REPORTING API *
    * API-Version : 9i *
    * (C) Oracle Corporation, 2000 - 2002 *
    * Debugging turned ON **************************
    PL/SQL procedure successfully completed.
    SQL> exec testrep('TOPE');
    *** Length of Paramlist : 1
    OK : Parameter added : GATEWAY=http://technorth4:7780/reports/rwservlet
    *** Length of Paramlist : 2
    OK : Parameter added : SERVER=rep_technorth4
    *** Length of Paramlist : 3
    OK : Parameter added : REPORT=c:\gens\name.rdf
    *** Length of Paramlist : 4
    OK : Parameter added : USERID=gens/[email protected]
    *** Length of Paramlist : 5
    OK : Parameter added : AUTHID=orcladmin/password1@orcl
    *** Length of Paramlist : 6
    OK : Parameter added : DESTYPE=MAIL
    *** Length of Paramlist : 7
    OK : Parameter added : DESFORMAT=PDF
    *** Length of Paramlist : 8
    OK : Parameter added : [email protected]
    *** Length of Paramlist : 9
    OK : Parameter added : [email protected]
    *** Length of Paramlist : 10
    OK : Parameter added : T1=TOPE
    Starting run_report: building url
    *** Building URL (RUN_REPORT)
    OK : URL built :
    http://technorth4:7780/reports/rwservlet?SERVER=rep%5Ftechnorth4&REPORT=c%3A%5Cg
    ens%5Cname%2Erdf&USERID=gens%2Fgens%40technorth%2Eworld&AUTHID=orcladmin%2Fpassw
    ord1%40orcl&DESTYPE=MAIL&DESFORMAT=PDF&FROM=tope%5Folowosale%40gtbplc%2Ecom&D
    *** Submitting HTTP Request
    *** using URL
    :http://technorth4:7780/reports/rwservlet?SERVER=rep%5Ftechnorth4&REPORT=c%3A%5C
    gens%5Cname%2Erdf&USERID=gens%2Fgens%40technorth%2Eworld&AUTHID=orcladmin%2Fpass
    word1%40orcl&DESTYPE=MAIL&DESFORMAT=PDF&FROM=tope%5Folowosale%40gtbplc%2Ecom&DES
    OK : Request submitted - Return stream : <?xml version = '1.0' encoding =
    'ISO-8859-1' standalone = 'yes'?>
    <serverQueues>
    <error code="50138"
    component="REP" message="Mail server is not available"/>
    </serverQueues>
    OK : Request submitted - Length of stream : 182
    *** XML-Parsed - Following Structure discovered :
    *** Checking elements!
    serverQueues ()
    *** Checking attributes!
    error
    *** Checking attributes!
    __code = 50138
    __component = REP
    __message = Mail server is not available
    *** Finished Parsing XML
    Getting value for element: job
    Getting value for element: error
    *** Requesting value for Attribute error.component [REP]
    Getting value for element: error
    *** Requesting value for Attribute error.code [50138]
    Getting value for element: error
    *** Requesting value for Attribute error.message [Mail server is not available]
    REP-50138:Mail server is not available
    BEGIN testrep('TOPE'); END;
    ERROR at line 1:
    ORA-20999:
    ORA-06512: at "GENS.SRW", line 284
    ORA-06512: at "GENS.SRW", line 815
    ORA-06512: at "GENS.TESTREP", line 17
    ORA-06512: at line 1
    Please can someone help me with this. I can connect to the mail server using the telnet mailservername port,i get a 220 message with ***** .
    I have updated d report configuration file with the mailserver name, and d proxyinfo.xml too.I put it to bypass proxy for d mail server address and also inlclude the proxy ip and port.
    Kindly assist me as it is urgent.
    Thank you.

    You are in the wrong forum. Please try the Reports.<br><br>
    Regards,
    Rob.

  • Report to view the per unit of Production Order Actual cost

    Dear All,
    As we see the per unit cost of FG materail,when we estimate the cost by CK11N for FG materail,
    Is there any standard report available to view the per unit ACTUAL cost  of FG Materrial (Primary & Secondary Cost Element wise ) either from CO or PP.
    Please share the report T Code.
    Regards
    Su

    Hi
    you need to make a report in KKO0 as per your requirement
    OKN0 settingss are required.. I have explained that in forum many times.. Re: Report of production : Standard cost + variance
    br, Ajay M

Maybe you are looking for

  • Unable to edit audio file in Logic Pro

    I am putting together some apple loop samples in LP 8, just some simple rhythm stuff- I have a sample that I want to edit in the sample editor window, but I get the message: "This audio file cannot be changed! Volume or file is locked" My editing cho

  • HOW TO BLOCK THE PURCHASE ORDER AND MARK FOR DELETION ?

    Hi ,                     During the Creation of the Purchase order in the SAP System... After creation of the Purchase order should be blocked and a work item is created for the approver. If the Approver approves the Order then the Order is Unblocked

  • Doubt IN Pa0001 Table

    hi all I have created one HR report. In that report contain empno. field, i want to get cost center (KOSTL) from PA0001 table based on empno. But in Pa0001 has more than one record for particular employee. I want to get latest record. how can i get c

  • Agent and Supervisor Desktop Updates

    With version 7.x of UCCX, if we did an update to our UCCX server, the updated agent and supervisor desktops downloaded automatically the next time a user logged on. Last night I updated our 8.5.1 server to the latest build.  I went to run the agent a

  • Content Aware Fill in Photoshop CS5 has quit

    Hi, this function seems to have simply stopped working.  I tried it on two images and the wheel spins while it "works," but absolutely nothing happens.  Any ideas why and/or how to fix?  Thanks!