Align Fields in APD

Dear BI Experts,
I am using APD to fetch data from Query to file.
But the fields are not aligned. How can i align them?
eg:
When Query executes it shows fields as given below
Company Material Amount
When APD is used, it downloads the data into file as given below
Material Company Amount
If I need the format(field alignment like company to be the first field) to be as it appears during query execution then what can be done or how it can be done.
Please guide me. I have searched SDN well.
regards

Hi,
  The alignment of the fields in APD depends on the type of operations inside the APD. For example if you use join inside the APD (for two queries), you will have an option to check the required fields. The sequence of the display will be same as the sequence you are using to check the fields.
  In your case I am assuming that you are directly sending the data of the query to a file without any intermediate operation. Therefore a simple option is to add a routine in between the query and the file. Inside the routine, dont touch the code. The only thing you have to do is to correct the sequence in the 'target structure' tab.
Hope this helps.
Regards,
Sourav

Similar Messages

  • How to align fields in Webdynpro ?

    Hi,
    How fields can be aligned as per user need in Webdynpro? I mean, say a table has been defined and user need the table to be displayed in the center of the screen....How can we achieve this???
    Completely new to Webdynpro !!!!!
    Regards,
    ABAPer007

    Hello,
    you need to define the fields in the layout..
    the properies of that field layout, can control your alignment of the layout
    for more info
    Check these.
    Align Fields or Label in Webdynpro
    /message/5412013#5412013 [original link is broken]
    hope it is useful to you.
    Regards!

  • How to left aligned fields label of panel form

    hi am in jdeveloper 11.1.1.6.0, how can i left aligned fields label of panel form

    this is my form,where must i put this af|panelFormLayout::label-cell {text-align: left;}
    <af:panelFormLayout id="pfl6">
        <af:inputText value="#{bindings.Username.inputValue}"
                      label="     Username"
                      required="#{bindings.Username.hints.mandatory}"
                      columns="#{bindings.Username.hints.displayWidth}"
                      maximumLength="#{bindings.Username.hints.precision}"
                      shortDesc="#{bindings.Username.hints.tooltip}" id="it26">
          <f:validator binding="#{bindings.Username.validator}"/>
        </af:inputText>
        <af:inputText value="#{bindings.Firstname.inputValue}"
                      label="    Firstname"
                      required="#{bindings.Firstname.hints.mandatory}"
                      columns="#{bindings.Firstname.hints.displayWidth}"
                      maximumLength="#{bindings.Firstname.hints.precision}"
                      shortDesc="#{bindings.Firstname.hints.tooltip}" id="it21">
          <f:validator binding="#{bindings.Firstname.validator}"/>
        </af:inputText>
        <af:inputText value="#{bindings.Surname.inputValue}"
                      label="     Surname"
                      required="#{bindings.Surname.hints.mandatory}"
                      columns="#{bindings.Surname.hints.displayWidth}"
                      maximumLength="#{bindings.Surname.hints.precision}"
                      shortDesc="#{bindings.Surname.hints.tooltip}" id="it28">
          <f:validator binding="#{bindings.Surname.validator}"/>
        </af:inputText>
        <af:inputText value="#{bindings.Initials.inputValue}"
                      label="    Initials"
                      required="#{bindings.Initials.hints.mandatory}"
                      columns="#{bindings.Initials.hints.displayWidth}"
                      maximumLength="#{bindings.Initials.hints.precision}"
                      shortDesc="#{bindings.Initials.hints.tooltip}" id="it20">
          <f:validator binding="#{bindings.Initials.validator}"/>
        </af:inputText>
        <af:selectOneChoice value="#{bindings.Titlecode.inputValue}"
                            label="    Title"
                            required="#{bindings.Titlecode.hints.mandatory}"
                            shortDesc="#{bindings.Titlecode.hints.tooltip}"
                            id="soc6">
          <f:selectItems value="#{bindings.Titlecode.items}" id="si12"/>
        </af:selectOneChoice>
        <af:selectOneRadio value="#{bindings.Gender1.inputValue}"
                           label="     Gender"
                           required="#{bindings.Gender1.hints.mandatory}"
                           shortDesc="#{bindings.Gender1.hints.tooltip}" id="sor6">
          <f:selectItems value="#{bindings.Gender1.items}" id="si17"/>
        </af:selectOneRadio>
        <af:inputText value="#{bindings.Identitynumber.inputValue}"
                      label="    Identitynumber"
                      required="#{bindings.Identitynumber.hints.mandatory}"
                      columns="#{bindings.Identitynumber.hints.displayWidth}"
                      maximumLength="#{bindings.Identitynumber.hints.precision}"
                      shortDesc="#{bindings.Identitynumber.hints.tooltip}"
                      id="it25">
          <f:validator binding="#{bindings.Identitynumber.validator}"/>
        </af:inputText>
        <af:inputDate value="#{bindings.Dateofbirth.inputValue}"
                      label="    Dateofbirth"
                      required="#{bindings.Dateofbirth.hints.mandatory}"
                      shortDesc="#{bindings.Dateofbirth.hints.tooltip}" id="id3">
          <f:validator binding="#{bindings.Dateofbirth.validator}"/>
          <af:convertDateTime pattern="#{bindings.Dateofbirth.format}"/>
        </af:inputDate>
        <af:selectOneRadio value="#{bindings.Statuscode.inputValue}"
                           label="#{bindings.Statuscode.label}"
                           required="#{bindings.Statuscode.hints.mandatory}"
                           shortDesc="#{bindings.Statuscode.hints.tooltip}"
                           id="sor5">
          <f:selectItems value="#{bindings.Statuscode.items}" id="si7"/>
        </af:selectOneRadio>
        <af:inputText value="#{bindings.Emailaddress.inputValue}"
                      label="#{bindings.Emailaddress.hints.label}"
                      required="#{bindings.Emailaddress.hints.mandatory}"
                      columns="#{bindings.Emailaddress.hints.displayWidth}"
                      maximumLength="#{bindings.Emailaddress.hints.precision}"
                      shortDesc="#{bindings.Emailaddress.hints.tooltip}" id="it22">
          <f:validator binding="#{bindings.Emailaddress.validator}"/>
        </af:inputText>
        <af:inputText value="#{bindings.Termsandconditions.inputValue}"
                      label="#{bindings.Termsandconditions.hints.label}"
                      required="#{bindings.Termsandconditions.hints.mandatory}"
                      columns="#{bindings.Termsandconditions.hints.displayWidth}"
                      maximumLength="#{bindings.Termsandconditions.hints.precision}"
                      shortDesc="#{bindings.Termsandconditions.hints.tooltip}"
                      id="it24">
          <f:validator binding="#{bindings.Termsandconditions.validator}"/>
        </af:inputText>
        <af:selectOneChoice value="#{bindings.Branch.inputValue}"
                            label="#{bindings.Branch.label}"
                            required="#{bindings.Branch.hints.mandatory}"
                            shortDesc="#{bindings.Branch.hints.tooltip}" id="soc5">
          <f:selectItems value="#{bindings.Branch.items}" id="si11"/>
        </af:selectOneChoice>
        <af:inputComboboxListOfValues id="office1Id"
                                      popupTitle="Search and Select: #{bindings.Office1.hints.label}"
                                      value="#{bindings.Office1.inputValue}"
                                      label="#{bindings.Office1.hints.label}"
                                      model="#{bindings.Office1.listOfValuesModel}"
                                      required="#{bindings.Office1.hints.mandatory}"
                                      columns="#{bindings.Office1.hints.displayWidth}"
                                      shortDesc="#{bindings.Office1.hints.tooltip}">
          <f:validator binding="#{bindings.Office1.validator}"/>
        </af:inputComboboxListOfValues>
        <af:inputText value="#{bindings.Ausername.inputValue}"
                      label="#{bindings.Ausername.hints.label}"
                      required="#{bindings.Ausername.hints.mandatory}"
                      columns="#{bindings.Ausername.hints.displayWidth}"
                      maximumLength="#{bindings.Ausername.hints.precision}"
                      shortDesc="#{bindings.Ausername.hints.tooltip}" id="it23">
          <f:validator binding="#{bindings.Ausername.validator}"/>
        </af:inputText>
        <af:inputText value="#{bindings.PractitionerNumber.inputValue}"
                      label="#{bindings.PractitionerNumber.hints.label}"
                      required="#{bindings.PractitionerNumber.hints.mandatory}"
                      columns="#{bindings.PractitionerNumber.hints.displayWidth}"
                      maximumLength="#{bindings.PractitionerNumber.hints.precision}"
                      shortDesc="#{bindings.PractitionerNumber.hints.tooltip}"
                      id="it27">
          <f:validator binding="#{bindings.PractitionerNumber.validator}"/>
        </af:inputText>
      </af:panelFormLayout>

  • Aligning fields horizontally in af:query component

    Hi friends,
    i am developing a search region using the named criteria of my VO by dragging it. This created an af:query component in the search region. However the fields are displayed in rows in the search region. I want to align these fields so that all the fields are displayed in a single row. also how can I set the length of the fields.
    Any ideas or hints how to do this.
    Thanks in advance
    Edited by: user9197772 on May 20, 2013 3:58 AM

    Hi,
    Check
    http://www.jobinesh.com/2011/01/customizing-component-display-by.html
    http://docs.oracle.com/cd/E23943_01/apirefs.1111/e12419/tagdoc/af_query.html

  • Aligning field boxes on a custom form.

    I'm a new user of the form function.
    When creating a new form, how do I align a field box to the right as the align icons are greyed out.
    Any ideas?
    Thanks.

    Hi Genevieve.  I should also say that I would like to put three boxes on the right side in a list but do not need to use check boxes.  To the left of the page at the same level will be a list of check boxes offering users 4 separate things they may report on that particular form.
    The form is attached as it is right now.  At the top I need to keep the check boxes with Injury, Property Damage, etc listed and on the right side the Date of Incident, Location of Incident and then Project No. need to be opposite the check box list.

  • Post 3.1 Update, First Sync Mis-aligns Fields (child -- brother ??)

    Anyone else have issues with the first sync after 3.1 bringing up a series of conflicts to resolve centered around newly mis-aligned address book fields? Both my phone and my wife's phone, syncing with the same Mac address book list, decided that every non-empty "child" field in a phone contact was suddenly a "brother" instead. Easy resolution during the sync because iTunes raised the alert that there were conflicts, but just want to raise the issue so Apple knows of it. Bottom line, they were all "child" before the update, and somehow during the initial sync, iTunes decided they were "brother".

    I have that CHILD to BROTHER sync anomaly happening also.

  • Aligning field in Spry

    I'm largely a beginner with Dreamweaver CS4 on my Mac.
    Today I began to use Spry, and I have created text fields for "First name", "Last name" and "email".
    My challenge is that I would like the left most boundaries to line up, under each other, BUT I cannot for the life of my figure out how to do this.
    How is this done?

    CSS is the best way.
    I am currently making a site completely using CSS as layout.
    I would normally create forms with tables, but have used CSS to do certain things.
    I have a fieldset with legend and within that the inputs:
    My CSS:
    fieldset {
        border-style:solid;
        border-width:2px;
        border-color:#bcbb00;
        padding:5px 5px 5px 5px;
    legend {
        color:#4d485c;
        padding-left:3px;
        font-weight:bold;
    #sprytextfield1 {
        display: block;
        width: 120px;
        float: left;
        margin-bottom: 10px;
    #sprytextfield2 {
        display: block;
        width: 120px;
        float: left;
        margin-bottom: 10px;
    br {
       clear: left;
    This give me a two column look to my form

  • Align Fields or Label in Webdynpro

    Hi Experts ,
    How can I Allign the UI elements in WebDynpro ?
    I tried using different Layouts we have. But ! I couldn't get the desired result.
    My requirement is :
    In the First Row, I should have a table and in Second row , I must have two buttons which are aligned
    one for left and one for right. How can I align like that ? If I use the GridLayout with 2 columns, I am getting
    two collums for all the rows.  but ! I should have one column in first row and two columns in second row.
    Please help me.
    Regards
    Suresh..

    Suresh,
    To align  two UI elements in the same row you can use container UI element which is an invisble UI element used to align other UI Elements in webdynpro.
    -> Create a Container
    -> add/Create buttons into this container
    Done!
    Ram

  • Set field alignment

    It is currently very difficult to align fields with the fields above.
    Will there be a feature to easily align fields, either by "Snap to grid" or manually entering the width of the fields?

    I can't speak to upcoming features but we do have an Ideas page where you can vote for existing ideas (feature requests) or add a new idea of your own.  http://forums.adobe.com/community/formscentral?view=idea
    If you need to add a new idea click the "Create Idea" link in the right hand panel near the top.
    Thanks,
    Josh

  • Help! Can't type spaces in a right aligned form field

    I am creating a form letter where sales staff can enter their location information at the bottom. Some of the fields are right aligned. My problem is that the right aligned fields do not to recognize the space bar, and all the text entered runs together. Spaces can be entered after the fact, but I doubt every salesperson will be careful enough to proofread the form and make the correction. Below is a screen grab of the results when typing an address in the right aligned fields
    I posted ta question about this issue a while back but did not find a solution http://forums.adobe.com/thread/609678?tstart=0. I'd hoped it would be resolved in the CS5 upgrade. Unfortunately, it wasn't. Maybe it is something with my system.  The pdf is generated from a Word document saved in 97-2004 format (.doc) out of Word 2008. I'm working on a Macintosh in OS 10.5.8. Any insight would be greatly appreciated!!!!
    Laura

    Here is the screen grab - I show the field text as I entered it on top, then an edited version on the bottom where I manually added the spaces after entering the text.
    Thanks.

  • Aligning screen fields properly.

    Hil
    I have created a screen and on that screen created some fields.  Although I am manually aligning fields properly, some gaps are remaining in field labels and filed input/output field.
    Is there a way where there is a system option so that I can select related fields and align them vertically / horizontally properly one after another ?
    Regards,
    Santosh

    Hi ,
    You have to   Aligned Manualy    in se51 -> layout   , you can arrange as per your requirment 
    Regards
    Deepak.

  • An alignment problem of format mask in PDF output

    Hi,
    I'm testing iAS10g on WIN2000.
    Both the Reports Developer and Reports Server versions are 9.0.4.2.
    The database character set is UTF8,
    and I'm using Adobe asian font pack in the [PDF] section of the uifont.ali config file to print Chinese characters.
    The PDF reports run well except one problem:
    The right align field attribute seems fail due to the format mask.
    The right aligned number field with format mask NNN,NNN,NN0
    overlaps with its right field when its value is greater
    than 999 (when the comma appears).
    Please help.
    Thanks.

    Excel takes it's format from the regional settings of the PC. It is a *** to get around this mandatory Excel feature. You can add a single quote in front of the value, i.e. '99-99-9999. Excel treats this as a text value.

  • Center aligned_table contrl field

    Hi....
        How can we arrange a field in the table control as center aligned!!!
    Thank you,
    naveen

    Hi Mahi...
        Actually it was my requirement, because the field before this filed in the table control was right aligned field.... so it was looking close to this field and this should not right aligned one.... so here center alignment is mandatory...
    can you please suggest me the coding part...
    Thank You,
    Naveen..,

  • LiveCycle says mixed when fields have the same Y coordinate

    After using the Layout menu align option to align the top of two fields, I again selected the fields. The Layout panel showed that their Y coordinate was mixed, even though they showed the same value when each field was selected individually. I modified the Y coordinate of both fields individually and changed them back. When I selected both fields again, the Y coordinate showed as the correct number.
    Apparently, using the Layout menu to align fields doesn't reset whatever it has to reset in order to show that multiple fields have the same Y coordinate.
    The most annoying part of this is that it affects tab order. A field which has the same Y coordinate may be looked at as lower on the page.
    I'm using Adobe LCD 7.0.1 on a Dell Optiplex GX620 running Windows XP Professional with Service Pack 2.

    Hello darrensimon,
    This is a bug in Windows 7 (maybe 8 and Server as well). One of my customers are sometimes affected by this. I have not a perfect solution but I've arranged so that the IT responsible person on that company can access the server where
    the files reside through RDP (Remote Desktop). Already open is there Shared Folders->Open Files. This gives the IT responsible person means to force closing of an already saved file that for some (bug) reason stays in the cache (MS loves cache but never
    updates them) and falsely claims the file is open.
    Please try! Shared Folders are reached by right-clicking Computer and select Manage.
    Best regards George

  • Aliging Fields in Custom Check-in Form

    Hi,
    I have created profile, it have total 6-fields.
    Check-in and everything working fine!!!!
    Am facing issue in aligning fields...
    Like i want to align sale, below price...
    While adding fields I've selected price as below of sale and also Am using arrow marks provide in Configuration manager applet to move up and down of fields,, still its not working.
    Any one faced this kind of issue.
    Thanks!!!

    Did you check the "Is Group" check box in the rule definition?  If not, your ordering will not take place.

Maybe you are looking for

  • How can I transfer music from my new Macbook Air to my old one

    I can't transfer music from my new Macbook Air to the new one. I have,however, transfered music from my old one to the new one. What am I doing wrong?

  • Safari unexpectingly quits on Macbook Pro Late 2008 10.7.4

    I recently migrated from a one MBP to another. Safari will not load, says unexectingly quit. Process:     Safari [12712] Path:        /Applications/Safari.app/Contents/MacOS/Safari Identifier:  com.apple.Safari Version:     5.1.6 (7534.56.5) Build In

  • Display image in SkillBuilder Super Lov

    Hi, does anyone know if it is possible to display a blob image with skillbuilder super lov?

  • Factory calendar : closed date and expedition

    Hello Friends, I'm new in SAP. I want to know what happens if I close a day in the factory calendar ? Would it be possible to post goods issues or goods receipt ? Is there different calendars possible ? receipts calendar ? customer calendar ? Thanks

  • PI Migration from AS/400 to Windows platform

    Dear pals, I've been assigned the task of migration of PI infrastructure of our organization,which is currently based on AS/400(IBM I-series). I've to migrate it to windows platform (Windows 2008 Ent.Edition,64-Bit). Please if someone could provide g