Change field alignment for field type currency / float

Hello Experts.
I have a requirement : I want to align the field in the webUI on the right, not the label.
Actually for the attribute type currency or float, it is at aligned at the right position.
I see the configuration description and the XML file. I try to modify that XML file to add the attrinute ALIGN = "LEFT" for the field
But it is too hard and I want to know if there is another solution that reading/modifying this XML file.
Thanks and regards.

Hi,
I had seen the method get_parameter but how to do this? As I know it, it only change the value returned not any kind of format.
I think the value is correct but the layout of the field is not correct.
I can change the *.htm of the class and put some css code but I think it is not the solution.
Can you help me please? it is urgent.
Thanks and regards

Similar Messages

  • Field selection for mvmt type 543/acct 895000 differs for vendor goods mvmt

    Hi Pals,
              While i post for goods receipt for subcontracting items, it is showing this error
    " Field selection for movement type 543 / acct 895000 differs for vendor goods movement "
    Kindly help me to resolve this plz.
    Thanks&Regards,
    Prasath

    Hello
    what you need to do is, run the program RM07CUFA check for the field status of the particualr movement type for which the system is throwing the error.
    Note that if there is a mandatory entry under G/L account then it should be a mandatory entry under movement type field status also.
    Go to FS00 and Select your GL account and click on Change Mode and in Create/Bank/Interest tab double n Field Status Group.
    Then goto OBC4 and make the change in the field selection for the field status group you got from FS00 for that account. (make the vendor for goods movement as display/optional/required as in the movement type)
    Also see the field selection for movement types in SOMCJ for movement type 543.
    Regards

  • Field selection for movement type 601 account 894025 differs for cutomer

    While posting goods after saving delivery merror message
    Field selection for movement type 601/aact 894025 differs for customer goods movement
    I tried OMJJ>Mvtmt Type>601>Field selection enjoy>601  KONTO  Optional field
    Now this is only happening in the cases where I have assigned free goods Inclusive 10MT. If the order is less than 10MT (that is if no free goods attached) posting is accepted & billing & account determination is processed successfully.
    I am unable to identify the reason though I have worked a lot on MM/Fico on the system.
    Please provide your valued inputs why this is happening?
    Thanks for your time.
    Rajiv

    Hi Raja,
    Thanks for prompt reply.
    I shall appreciate if you elaborate how to check
    check the Field selection goup in control tab for that GL 
    I tried OBC$--> (Is this correct?)
    I checked cost center field G004 -->Addl Act assignemtn -->Cost center which is Optional entry. Should I check any other items on the screen as I am unable to understand which field is applicable on a/c field.
    Profit center, cost object are  in G004 as supressed field.
    So should I make optional? So thing will work.
    Other Q should I also consider G025 Inventory adjustment account? As per error this a/c is not shown. So pl advise me steps or heading which I should consider.
    Thanks for yr time.
    Rajiv

  • FIELD SELECTION FOR MOVEMENT TYPE AND ACCOUNT

    Hi,
           I am trying to do the Post Goods Issue (PGI).
    But, the system is throwing an error as mentioned below.
    Field Selection for Movement Type 901 / Account 4070000001 differs for Customer Goods Movement (015)
    I made the Cost Center as Required Entry. But, there was no effect on the PGI.
    I could not make out the exact error.
    Please guide me properly in this regard and do the needful.
    Thanks in advance.
    Thanks & Regards,
    Srinivasa M.S
    +91-9910077829

    Hi,
    On the Error message detail, system will guide you to the Configuration details for Field settings for Movement type & Account, please get in touch with your FI consultant, to make the Field selection for the account similr to that of your movement type, this is a very common issue.
    Regards
    Chandra Shekhar

  • Field Seletion for movement type  / acct differes for BA

    dear all
    while posting in MM the user is facing the problem and error message
    Field Seletion for movement type  / acct differes for BA
    please let me know if i can do some thing with Field status variant in FI
    I am not able to figure this out

    If you Run Program RM07CUFA in SE38 and compare movement  type  and GL you can see the
    comparison of the field status variant of the movement type and GL
    Hope this will resolve your issue
    Bilal

  • Change field label for field IZWEK in transaction AS03

    Hi experts,
    I would like change field label for field IZWEK because I want use it for another purposes. Itu2019s name is Investment Reason at transaction as03.I can change name this label in reports by using se63(translation->abap object->short text->repository text->data element) and giving object name as IZWEK. I get changes in reports only, in help(F1). But I havenu2019t idea what cause change label in as03 transaction.
    Help me please.
    Regds Stenwa

    in tr. AOLK and AOLA you can change this.

  • Field seection for mvmt type 702/acct 233000 differs for vendor goods movem

    Hai Gurus
                 iam posting physical inventory differences in T.code MI07 for Consignment stock.it is giving error
    "field seection for mvmt type 702/acct 233000 differs for vendor goods movement (014)".
    can u pl help to resolve this
    Thanks & regards
    chandra

    hi
    T.code SE38 Program RM07CUFA,Execute
    Enter movemnt type 702, Special stock indicator P - pipeline
    Company code
    G/L account - 233000
    Execute
    now here check the mismatched field selections
    refer following
    Stock posting...
    error in MB1a
    regards
    KI

  • Units field MEINS for field TOTQTY of DataSource  ... is hidden

    hI,
    I am getting "Units field MEINS for field TOTQTY of DataSource ZDS_BEALO is hidden
        Message no. R8147 "
    error message while creating the generic extration using fuction module...
    Please help to slove this

    I solved this problem myself by writing ABAP program.
    REPORT  ZTEST.
    TABLES ROOSFIELD.
    DATA: ITAB LIKE ROOSFIELD OCCURS 0 WITH HEADER LINE.
    SELECT * FROM ROOSFIELD INTO TABLE ITAB
                           WHERE OLTPSOURCE = 'DATASOURCE_NAME'
                                 AND FIELD = 'WAERS'.
    *update ROOSFIELD set SELECTION = 'X'.
    *ENDSELECT.
    Create a report program and update the value of field "SELECTION" as above.
    Then try to make changes in RSO2 as it needed.
    Let me know if you need my help..
    Thanks,
    Hanuma

  • Units field WAERS for field NAVALUE  is hidden for DataSource ..

    Hi,
    I am trying to change the DataSource but getting the error "Units field WAERS for field NAVALUE  is hidden for DataSource ..".
    It is not allowing me to get the field list to change after that.
    Can anyone throw somelight on this issue please..
    Thanks,
    Hans

    I solved this problem myself by writing ABAP program.
    REPORT  ZTEST.
    TABLES ROOSFIELD.
    DATA: ITAB LIKE ROOSFIELD OCCURS 0 WITH HEADER LINE.
    SELECT * FROM ROOSFIELD INTO TABLE ITAB
                           WHERE OLTPSOURCE = 'DATASOURCE_NAME'
                                 AND FIELD = 'WAERS'.
    *update ROOSFIELD set SELECTION = 'X'.
    *ENDSELECT.
    Create a report program and update the value of field "SELECTION" as above.
    Then try to make changes in RSO2 as it needed.
    Let me know if you need my help..
    Thanks,
    Hanuma

  • Units field XYZ for field ABC of DataSource ZRST Message no. R8147

    HI,
    When I'm trying to SAVE my datasource ZRST, I've got following error.
    Units field XYZ for field ABC of DataSource ZRST Message no. R8147
    In extraction structure of this datasource thare are at least two fields that use the same unit field.
    Accordign SAP note no 867795:
    One of the fields is displayed and another is hidden.
    Then the unit field is hidden and the above error occurs.
    This note is valid for component SAP_ABA release 700. I'm running my R/3 source system on SAP_ABA     620.
    Could it be the same case as described in this SAP  note?
    Anybody got same problem? Please advise.
    Thanks
    m./

    Hi,
        Please check the dependencies on the fields, as some fields should have the units defined ,check the fields and activate the datasource.
    hope this helps,
    thanks,
    vrrp.

  • Unable to manually change the amount for condition type PB00

    Hi Gurus,
    My client is using ECC5.0.
    Here when I try to change the amount for condition type PB00 using transaction ME22N, I am not able to change the value. I donu2019t get any error, but as soon as I change the value and press Enter the system replaces my entered value with the original value.
    Confusing part is that I am able to change the amount of condition price PB00 manually using transaction ME22. I donu2019t have any such problems there.
    Also I am able to manually change the amount of condition type PBXX using ME22N.
    Only in the case of PB00, if I use ME22N to manually update the amount I am not able to change it.
    Kindly help me, to find a reason as to why this could be happening, and correcting if possible?
    Thanks in advance,
    Imran

    Hello Imram,
    The purpose of maintaining 2 condition types  ie PB00 and PBXX in  a pricing procedure is that PB00 is automatic gross price determination and PBXX is manually giving gross price.
    If you go to T.Code : M/06 and check the condition types, you can see that PB00 will be having an access sequence but not PBXX.
    So if you have to manually give the gross price, you have to use PBXX.
    Regards

  • [Access 2010] Change default formats for data types

    Whenever I import data, the default format for Boolean data types is "-1,0." I know how to subsequently change this format to "Yes/No," but I'd like to change the default
    setting to "Yes/No." Is this possible?
    Thanks in advance.

    Hi,
    I found you post the same question in other place and got the advice. I agree with Mr. Kees suggestion. The data type is a build-in default setting with Access, we can't change it. We may try the workaround via VBA to test.
    http://forums.cnet.com/7723-6129_102-627633/access-2010-change-default-formats-for-data-types/#message5617496
    Please Note: Since the web site is not hosted by Microsoft, the link may change without notice. Microsoft does not guarantee the accuracy of this information.
    Have a good time.
    Regards,
    George Zhao
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • Where to change posting key for Document type RG?

    Hi ,
    May I know where is IMG path to change posting key for Document type RG?
    Thanks.

    Hi,
    Posting key is not assigned to the document types.
    Posting key can be assigned to a particular trnsaction event etc., for example in OB40 for each transaction key in tax area, you can ddefine the posting key for bedit and credit.
    However you have the option to create a validation to check that this particular document type is allowed to be posted with certain posting keys. Validation can be created in OB28, GGB0. The details are available in SDN. Please search that.
    Regards,
    Gaurav

  • Field selection for movement type 561

    Hi Guru's,
    i want to add value field in the movement type 561 to while uploading the stock i can add the total quantity with total value, if i am wrong correct me, with detailed process.
    Regards,
    qsm sap

    Hi QSM SAP!
    The value of the stocks to be uploaded using MvT Type 561 can be placed in the External Amount in Local Currency Field. To show this field during goods receipt:
    SPRO - MM - IM and PI - Settings for Enjoy Transactions - Settings for MIGO - Field Selection per MvT Type - New Entries - (561 EXBWR) then set as either required or optional.
    Hope this helps! =)

  • Field selection for mvt type 544/acct 423001differs

    Hi Guru's
    Scenario
    In Subcontracting
    while doing reverse of Goods receipt this error is occuring.
    Can anybody help me.
    Rgds
    Ana.
    Edited by: ana kamat on Dec 20, 2008 8:21 AM

    Hello
    In SE38 run  RM07CUFA
    System will shopw for whcih field there is incompetability.
    Then goto OBC4 for G/L field selection and OMJJ for movement type field selection.
    Both the field selectons should be compatable.(ie a field which is display for movemeent type shouldn't be requreid entry for G/L. likewise)
    Regards

Maybe you are looking for