How to make alternate GL account mandatory based on enable checkbox?

Hi,
I need to do a personalization on gl code combination form such that it makes alternate gl code combination field mandatory for a gl code combination which is disabled by user. So it must not allow to disable any gl code combination without entering alternate gl code combination.
trigger event : WHEN-VALIDATE-RECORD
trigger object : COMBO
condition : :COMBO.ENABLED_FLAG = 'N' AND :COMBO.ALTERNATE_ACCOUNT_FLEXFIELD IS NULL
Actions
1) property -> item -> COMBO.ALTERNATE_ACCOUNT_FLEXFIELD -> REQUIRED -> true
2) message -> error -> Alternate account must be compulsory when disabling any account.
I've tried above form personalization but it is not working. also tried custom.pll but this even does not work on this form. Can anybody suggest how I can achieve this requirement without doing any customization?
Thanks in advance.....
SANJAY
Edited by: sanjaypanchal on 25-May-2012 04:04
Edited by: sanjaypanchal on May 25, 2012 4:41 PM
Edited by: sanjaypanchal on May 25, 2012 4:42 PM

Okay, looks like you are doing Internet Expenses, correct? Look at the profile options for each employee in Oracle System Administration. Profile option "PA: Allows Project Time and Expense Entry" would be set = "Yes" to allow project expense entry. I assume that is done, since you can see the fields to enter project information. Next, look at profile option "OIE: Enable Projects". That profile option should be set = "Required", for what you are wanting to do. I am thinking maybe that is set to "Yes". So I would look at those profile options first. You may be making this harder work than it needs to be. Make sense?
John Dickey

Similar Messages

  • How to make Sales Office field mandatory in VA01 initial screen?

    Hi,
    How to make Sales Office field mandatory in VA01 initial screen? I mean in the first screen where we enter the document type and the sales area?
    Regards,
    Ajit

    Dear Deepak,
    Thanks for the clarification.
    But, as far, I have understood the query - it is very simple and that is..
    Whenever one creates a Sales Order (T.Code: VA01), Parameter: Sales Office needs to be mandatory (for all Sales Order, irrespective of Customer Account).
    Until-unless, user won't enter the parameter: Sales Office, System will not lead to next page (now, here we need to enter Customer/ material etc...).
    I have answered the query, in this regards, only.
    Best Regards,
    Amit.
    Note: Pls. correct me, if I am wrong. Thanks for everyones guidance.

  • How to make tax classification field mandatory in sales order ?

    Hi,
    while creating sales order, " how to make tax classification field mandatory ".
    Please tell me the procedure.
    In tcode OVA2. what are the entries for fields,table.
    Regards,
    sapsduser

    Dear ,
    Could you please share why you want to make tax Classification field mandatory in sales order.
    Maintain Tax classification field for customer in Customer Master Data = (Sales Area Data - Billing document Tab page)
    Tax Classification field for Material in Material Master Data = Sales Org. 1 View.
    While creating sales order and enter customer and material system automatically fetch the tax classification related data into sales order.
    Tax is calculated based on the ship to party.
    Hope this will help you.....
    Regards,
    Manoranjan.

  • How to make the GL account discription possible in FAGLL03 line item display?

    Dear Experts,
        Could you tell me how to make the GL account discription possible in FAGLL03 line item display?
        I checked the layout, there is no account discription.
        How should I do?
    Thanks!
    Xinling Zhang

    Hi
    One you execute FAGLL03, go to Settings>Layout>Current Header Rows
    You can add some predefine characteristics here.
    I am not sure why the hyperlink is not working at your end. But you can search the SDN for special fields in FAGLL03 and you can get lot of posts for this document.
    Regards
    Sanil Bhandari

  • How to make the CATEGORY field mandatory in the SMIN Support Ticket in test management?

    Hi,
    how to make the CATEGORY field mandatory in the SMIN Support Ticket in test management?
    Rg,
    Karthik

    Hi Kamal,
    This note steps will no validation that the user actually enters a value and the message will be created even if this 'required field' is left blank.
    Any other way to validate the enter a value also?
    Rg,
    Karthik

  • How to make the GL accounts as CO-PA Relevant

    Dear Gurus,
    Please let me know how to make the GL accounts as CO-PA relevant, we need to book the sale provision
    Regards
    VSK

    Hi,
    Assignment of SD Condition Types to Value Fields: T Code KE4I
    1. To transfer condition types for sales revenues and sales deductions to COPA, you need to make sure that the condition types and linked to an account in FI that is also defined as a cost element of the category "11" (revenue element) or "12" (sales deduction) in CO. These condition types must be assigned to a CO-PA value field. Condition types linked to FI accounts that are defined as cost elements of another category are not transferred to CO-PA, even when the condition type has been assigned to a CO-PA value field.
    2. Condition types such as "VPRS" ("Cost") that are defined as statistical in SD are always transferred to CO-PA if they are assigned to a value field.
    3. All condition types that you want to transfer to CO-PA must be active in the SD pricing
    Thanks and Regards
    Binoj M D

  • How to make PAN field as mandatory in vendor master

    Hi,
    In second screen of xk01one application toolbar named CIN details is there. In CIN details->withholding tax tab PAN filed is there. I want to make this field as mandatory. How can i do that. please please help me.

    Hi,
    SPRO -> Logistic - General -> Business Partner -> Vendor -> Control -> Define Account Groups and Field Selection (Vendor)
    In this Screen select your acount group(Vendor) and double click, sysyem will takes to a new screen
    and click select Field Status(like General,Compnay Code & Purcahsing data) and then click select groups(1 by 1) and double click and make the following fields mandatory and save.
    1.PAN No.
    2.Excise No. and Range (for applicable casses)
    3.Service tax No.(for applicable casses)
    4.TIN No(LST)
    5.CST No.
    Hope this will help yo.
    Regards,

  • How to make default value for region based on city?

    Dear Experts,
    When city is selected in TRIP or PR05, how to make the default value of city based on region?
    The standard search help givenfot citydoesnt contain any enhancement point?
    Pls suggest how to resolve this!!!
    Thanks In Advance
    Rgrds,
    Sravan

    Hello Sahil
    Account and CC/PC are 2 different entity types. For PC and CC there is dependency. First you have to load Cost centers and then load PC.
    For CC - load CC master data first. Then load hierarchy file then group file and finally assignment file.
    Follow same process for PC.
    GL you can load independently but you have first load group GL then operational GL and then GL at company code level,
    Kiran

  • How to Make Project Code as Mandatory

    Hi ! I Need Project code as mandatory in Po's and Sales Order in Row Level. How to Make that one. Also i have a issue with approved PO's. If some PO got approved is there any option to make amendment and resend for again approval.
    Thanks and Regards
    Kamal

    Hi Kamal.......
    Try this below SP for making project Code Mandatory........
    For Sales Order:
    If @object_type='17' and @transaction_type='A'
    BEGIN
    If Exists (Select T0.DocEntry from ORDR T0 Inner Join RDR1 T1
    On T0.DocEntry=T1.DocEntry
    Where T1.Project Is Null
    And T0.DocEntry = @list_of_cols_val_tab_del)
    BEGIN
    Select @error = -1,
    @error_message = 'Please select Project'
    End
    End
    For Purchase Order:
    If @object_type='22' and @transaction_type='A'
    BEGIN
    If Exists (Select T0.DocEntry from OPOR T0 Inner Join POR1 T1
    On T0.DocEntry=T1.DocEntry
    Where T1.Project Is Null
    And T0.DocEntry = @list_of_cols_val_tab_del)
    BEGIN
    Select @error = -1,
    @error_message = 'Please select Project'
    End
    End
    If your PO is approved and you want to ammend it then your approver has to reject the PO first and it will come to you and then make edition and send it again......
    Regards,
    Rahul

  • How to make the Infotype as mandatory

    Hi All,
             I need to make the Infotype as mandatory. E.g., In PA40,  the user should not skip the screen without entering the data in the infotype. How can i make it.
    Thanks
    Yogesh

    Not sure bout making an infotype mandatory in PA40. but i give below some info i know..maybe u can dig further in there and see how to make use of that info.
    Ignore if u know this already.
    SE37 >  RS_SCREEN_IMPORT  > DYNNR (Screen number) and Module Program name – MPxxxxxxx etc (this u get from F1 on infotype field)
    then execute>Go to F_G  table in there Flag 1  refers to I/O field and Flag3 refers to Mandatory /Obligatory.
    Also have you explored if any possibilities are there from screen painter???

  • How to make input field as mandatory field in sub screen

    Hi All,
           I need to display the input selection parameters in tab strip sub screen. The input screen is not giving an error while processing with blank values, but I made the input field as required in sub screen input filed settings. Can some one please help me how to make the input field as mandatory field in sub screen.
    Thanks in advance.
    Regards,
    Kannan

    Hi Kannan,
        Try this out.
    1. Goto screen painter
    2. Enter the program name and screen number ( screen # 1000 -  in case if its  a custom report prg)
    3. Double click on the field which u`ve got to make mandatory.You`ll get Screen painter attributes window.
    4. U`ll find three tabs here - Dict, Program, Display
    5. Go to Program tab, and change the first attribute - Input field`s input value as "Required".
    6. Save and activate it.
    7. Now execute ur program and this should make ur field as mandatory on the screen.
    This works with input fields, but I`m not sure about the input field in tab strip control.
    Hope this helps
    Regards,
    Farhana

  • How to Make a Infoobject as Mandatory while Uploading data

    Hello All,
    I have a Infoobject ZPOS_CAPO which has below attributes,
    ZPOS_ZIPC
    ZPOS_TYPE
    ZW_LKCAPO
    ZCOMP_COD
    ZPOS_LAPO
    While Uploading the data from flat file, i have to make ZCOMP_COD as a Mandatory.
    When the data is not avialble for ZCOMP_COD , it has to throw an error message?
    While Uploading the data manually, how can i make ZCOMP_COD as a Mandatory? I mean Without entering value for ZCOMP_COD , it should not save record.
    Suggest me if you have any idea on this.
    Regards
    Naga

    Hi ,
    I am updating the data Manually for ZPOS_CAPO.
    Like below procedure
    selecting zpos_capo right click selecting Maintain Master Data
    then it is asking below Entries
    Point of Sale- APO c
    Language Key
    Point of sale - ZIP
    Point of sale type
    Warehouse link APO c
    Company Code
    Point of Sale  - APO
    Here when saving the entry with out Company COde value, the entry should not save.
    But for Me it is saving the entry. So I have to make Company Code as Manadatory.
    I do not have any Infosources for this.
    Help me
    Regards,
    Raju

  • HT1424 how to make a vpn account

    How can i make a vpn account?

    If you're having to manually set VPN routes then you're doing something wrong.
    It isn't clear from your post where you're doing this. You say you set this 'in my Leopard Server', but it's not clear whether that server is the VPN server on the east coast, a server in your office, or another server anywhere else.
    Normally, the VPN server sends out a list of routes the client should use, so knowing the above will help narrow down where your problem lies.

  • How to make an additional account under my apple id

    I want to make an additional account under my id for another family member how do I do that

    You don't. Just create a new one.

  • How to make a Firefox account

    test, test

    To check that in the other account you would have to give it temporarily administrator permissions.
    See:
    *https://support.mozilla.org/kb/How+to+make+Firefox+the+default+browser
    *https://support.mozilla.org/kb/Setting+Firefox+as+the+default+browser+does+not+work
    *http://kb.mozillazine.org/Default_browser

Maybe you are looking for

  • Problem In GO TO DATABASE HOME PAGE in oracle 10g XE  updated

    When i click the GO TO DATABASE HOME PAGE icon my web browser say "The page you are looking for is currently unavailable Server, Cannot find server or DNS Error Internet Explorer" and the address that it is openning is "http://127.0.0.1:8080/htmldb"

  • Proper use of rp_provide_from_last

    Hello Experts, I've used the macro rp_provide_from_last p0000 space pn-begda pn-endda pn-begda = 05.07.2010 pn-endda = 05.07.2010 I can't retrieve the last record with p0000-begda = 07.07.2010 p0000-endda = 31.12.9999 Instead I keep retrieving the se

  • Help - canvas doesn't match timeline -- ghost images appear

    Hi, After having no problem in panther and final cut 5.0 I've had to upgrade to tiger (10.4.8) and FCP 5.1.2. When I opened and edited my project, I got a sort of ghost image (a still image from elsewhere in the timeline) appearing in the canvas over

  • How do I scan with hp m1217 nfw?

    Can't find a simple solution that doesn't involve downloading drivers, but I know it's out there.

  • ZCM Update 11.2.3a: Failures after Crash

    Hi, when i update my 2. Primary with Update 11.2.3a whe shutdown the Server by a mistake in the middle of the Process. So there was a lot of Problem's, most of them i found and repaired, but Now i got 2 Problems where i can't repair and didn't know w