One field in a standard screen not showing.. why??

Hi all.
I want to be able to see a field in a standard screen. It is usually there but here they have hidden it using some configuration. Where do I configure it to show/unhide again? I see the field is there in the screen's layout but it is not showing when i go to that screen via its t-code.
Details:
field SCAC on control section of tcode xk03.
Please help me show this field/unhide this field.
Thanks,
Charles.

Hello Charles,
The Fields that can be displayed/changed/modified/suppressed depends upon the way Vendor groups are customized in SPRO. I assume that u haven't change the standard screen via coding. If u have not then what you can do is to go in SPRO-->Financial Accounting->Vendor Account-->Master Records->Preperation for creating Vendor master records. Select the Acccount group with Screen layout. Select the vendor Group and double click. Once in next screeen , Go to field Status , double click  'General Data'  and then go to control. There Check the property of the fileld that you have mentioned. Hope this helps.

Similar Messages

  • Tcode F-48, Item 1 / Debit Advance / 29 L Screen not showing field Purchase

    Hi,
    Tcode F-48, Item 1 / Debit Advance / 29 L Screen not showing field Purchase doc. Field.
    When advance / payment made by Tcode F-48 against purchase order. Purchase Doc. field not showing in Item2Downpayment made 2 Screen.
    Is there any necessary custmization required.
    We want to maintain and link purchase order no. at the time of Downpayment by F-48. so that it refelect in purchase order screen status tab.

    Thanks for reply,
    Now i get field status grup G005 - Bank accounts (obligatory value date) and than i have changed :
    - G005 field status group by Tcode OBC4 in Materials management screen i have make Req. Entry of Purchase order.
    After than when i again run f-48, Purchase Doc. field still not showing. ?????
    Help

  • By default one field should be greyed out( not input field)

    hi all,
    My requirement is
    By default one field should be greyed out( not input field)
    when i click on a check box and press enter this field should be open to put input values.
    can some somebody please give me sample code for both PBO and PAI

    Hi Ram
    In flow logic.
    PBO
    module screen_modify.
    IN main program
    module screen_modify.
    loop at screen.
    if p_cb = space.
    if screen-name = <Name of your screen field>.
    screen-input = 0.
    screen-output = 0.
    modify screen.
    endif.
    endif.
    endloop.
    endmodule.
    P_cb is the checkbox.

  • How to mage field editable in standard screen

    Hi All,
    I have to make a field editable in standard screen which is non editable. I am enhancing transaction VA01 and want to make filed Delivery date editable under Additional Screen B for item.
    Please let me know the way to make this field editable using exits.
    Thanks
    Piyush Mathur

    check field catalog for the same in SPRO
    or else,
    user exit.
    Regards
    Prabhu

  • HT1338 when my apple macpro ret sc conneted to tv by hd cable its not showing, why?

    when my apple macpro ret sc conneted to tv by hd cable its not showing, why?

    Ok thank you so much, for your timely response.
    RESPONSES:
    1)   When I set up my iMac, I did not transfer any data directly from my windows PC.  I simply used the same iTunes login and account.  I have access to all of the files via the "Purchased" section of the iTunes store.  If I click "Download Previous Purchases"  text, I can download ALL of the purchases I have ever made.
    2)   I have the Apple TV 2, so good news, question answered.  I thought maybe it was the Apple TV 1, but it is the Black model, so bam.  Good response for you.  Well the whole damned reply is an awesome response, just pointing out that one piece of awesome.  I stated that it was an Apple TV 2, and yet you were still good enough to figure I could be mistaken, and provide me with knowleedge just incase.
    QUESTIONS:
    3)   So can my iMac not stream the data directly from itunes, without download?  Apple TV can, but perhaps that is something among many things that maker it unique, and awesome.
    SERIOUSLY.... THANK YOU... 
    I work in the computer support section for the Military.  The only problem is we use Windows , lol.  Well that and i've been gone for nearly 6 months on recover.  I go back next month though I hope.  But working in that field gives me the abilty to judge responses that run inside the same vein.  Your response was so awesome that I half thought I might have written it myself. 

  • Pop-up screen not showing while accessing transactions in SAP CRM WEB-UI

    When we are logging on SAP CRM WEB UI, for transactions like Lead, Complaints and Activities-
    Sometimes Pop up screen is showing for selecting transaction types, but sometimes it is not showing.
    We have tried it on different work stations with same user id and standard business roles , but we are not able to trace the problem. Also with same id sometimes error shows, "No business roles attached, not allowed to logon,
    after that when we tried on other workstation with same id we were able to access all transactions.
    Please suggest what would be the problem. 
    Rishikesh

    This is sporadically occurring issue hence I cannot pin point one single reason. Since sometimes you are able to logon and some time not certainly it could not be a Role authorization issue.
    Just check if your business role is properly configured. Thats all i can say.
    Regards
    Kavindra

  • Add a new field in custom table but not show on SM30

    I add a new field in a custom table, did Table Maintenance generator and SE93.  But that field did not show on SM30 screen.  How to make it show on the SM30?
    Thanks
    Helen

    Hi,
    I think its the Problem with TMG.
    Go to TMG screen delete the old TMG and regenerate the new TMG
    Hope it helps
    regards
    Prasanth

  • User must fill at list one field in a selection screen in report

    Hi experts,
    i have a report that the user should choose between 2 fields or he can fill them both. but he must to fill at list one of them- at the selection screen.
    how do i check that the user filled at list one of them.
    any help will be appreciate it.
    dana.

    Hi ,
    You can check that in AT SELECTION-SCREEN event.
    To validate that in the IF condition check whether any one of the parameters
    filled or not.If both the fields are initial then give a error message to proceed further.
    Check the code -
    PARAMETERS : p_name(20) TYPE c,
                 p_id(10) TYPE c.
    AT SELECTION-SCREEN.
      IF p_name IS INITIAL AND p_id IS INITIAL .
        MESSAGE 'Enter at least one field' TYPE 'E'.
      ENDIF.
    START-OF-SELECTION.
      WRITE 'Test'.
    Regards
    Pinaki

  • Need to add field in the standard screen

    Hi
    As per my requirementn  we have to add one field in the Material master(MM01/MM02). Mentioned path below.
    MM01/MM02)-->  MRP1 tab --> in the MRP areas > click on MRP AREAS button>Pop will come with MRP AREA --> double cleck on entry > MRP area screen will appear> In general data tab> MRP group field is availble> Beside that i have to add one field.
    Program Name--> SAPLMD_MGD1
    Screen --> 0030
    As it is separate pop kind screen not sure whether we can add or not. Please let me know if there is any chance to add the field with procedure.
    Regards
    Raj.

    hi
    For this you have to find the screen EXITS.
    GOTO MM01->click on SYSTEM->then STATUS mow click on the program and find our the package name.
    NOW GOTO -> se84 ->click on ENHANCEMENT-> give the package name here and EXECUTE you find all the EXITs.
    hope this helps
    Regards
    Ritesh

  • Two F4 helps for a field in a standard screen

    Hi,
    In an standard transaction, two fields are there and I need to populate one field according to the value of the other.
    For few values of first field, the second field should populate with values other than from table.  This field is already have F4 help.

    Hi,
    data: IT_RETURN LIKE DDSHRETVAL OCCURS 0 WITH header line.
    *internal table made to populate the value of werks when pressing f4
    DATA: BEGIN OF IT_FINAL OCCURS 0,
          WERKS TYPE MARC-WERKS,
          END OF IT_FINAL.
    parameters: p_werks(10) type c.
    *---pass your parameter which contains dropdown result, lets say p_werks
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_werks.
      select  werks from marc
      into table IT_FINAL.
      CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
        EXPORTING
    *   DDIC_STRUCTURE         = ' '
          RETFIELD               = 'WERKS'   "field of internal table
         VALUE_ORG              = 'S'
        TABLES
          VALUE_TAB              = IT_FINAL
    *   FIELD_TAB              =
         RETURN_TAB             = IT_RETURN
    Thanks,
    Krishna

  • Field data from RSA3 is not showing in PSA

    Hi guys
    I can see the data field (custom) data populated in RSA3 for one of our data source...but which is not showing up in PSA table . we recently reinited and for some reason that particular field is not bringing the data .For all the records this paritcular field in PSa showing as 00.00.0000 . How come a field value  shows in RSA3 and not PSA ???? please advie what should I do
    regards

    Hi sam thanks...I can see that data in extractor but not in PSA , that means it should not be in tra str /update rules/. the problem must be in extractor ...please help how to get this date in PSA as is...
    I have one more issue, when Iam loading the data from PSA to cube the data was half loaded and then the remaining half has yellow status in monitor...when I checked in simulation mode the following message is coming " Enter rate USD / rate type M for 30.03.2007 in the system settings" do you have any idea on how to fix this ?
    thanks
    Edited by: sam on Jan 25, 2008 9:17 PM

  • Details Screen not showing up

    Hi All
    After I open a transaction on web ui, I see that  the transaction opportunity details screen is not showing up. Only the Assignment block name is there but no details screen. How to correct this.
    Please provide solutions asap
    Thanks
    TR

    I mean all the other Business role config like workcentres, groups, links, assignments, visibility etc. is fine.
    Yes I am using Z role and Z role config key.
    The issue is I guess one of my colleague made changes in the std role key rather than copying the std key to custom key. Later on to fix it played around and then this issue came up.
    Well, is there any way to reset the std key back to it's std configuration.

  • Adding new field in to standard screen

    Hi,
        What is the process to add new filed in the standard screen(XD01).
    Regards.

    Please see the steps:
    1- Go to Transaction SPRO>Logistics>
    General>Business Partner>Customer Control-->
    Adoption of Customeru2019s own Master Data field->
    Prepare Modification-->Free enhancement of Customer Master Record.
    2-Go to CHANGE mode and Click u2018New Entriesu2019 button.
    Then add a Screen Group and meaningful description.
    Save the entry and then SELECT that entry and
    Click on u2018Label Tab Pagesu2019.
    3-Add a Label Tab Page i.e. enter a Screen Number,
    Function Code and Meaningful Description.
    Save the entry and come back to the SPRO screen.
    Click  Business Add-in: Processing Master Data Enhancements 
    4-Create one Implementation by giving implementation name .
    5-Go to Interface and Click on
    u2018CHECK_ADD_ON_ACTIVEu2019 method.
    Add thus code and save
    method IF_EX_CUSTOMER_ADD_DATA~CHECK_ADD_ON_ACTIVE .
    data: l_flg_active type BOOLE-BOOLE.
    if i_screen_group = 'NEHA'. 
          e_add_on_active = 'X'. 
      endif.
    endmethod. 
    6-Activate that and come back to SPRO initial screen.
    Clic on Business Add-in: Customer Subscreens.
    7-Press enter. The following screen will come.
    Enter a meaningful Description and Screen Group.
    8-Then go to Interface
    Create a Function Pool . <SAPLZNEHA>
    Create a Screen u20181111u2019 with
    field old Customer Number u2013 screen group <> (SE51).
    Click on GET_TAXI_SCREEN method and add the following code. 
    method IF_EX_CUSTOMER_ADD_DATA_CS~GET_TAXI_SCREEN .
    case i_taxi_fcode.
        when 'Function Code'.
          e_screen  = '1111'.  "Eart + Objekt
          e_program = 'SAPLZNEHA'.
          e_headerscreen_layout = ' '.
      endcase.
    endmethod. 
    9-Activate and leave the transaction. 
    Go to KNA1 (Customer Master) table and add a
    . Activate the table. 
    Regards
    Neha

  • Adding custom fields on SAP standard screen

    Hi,
    I have to add some custom fields in the SAP defined standard screen. When I go to that particular screen and try to change it to 'CHANGE' mode , it asks for Access Key. Please suggest me, how to add the custom fields.
    RGDs,
    Gsaasg

    Hi,
    For this only there are enhancements, Just search for screen exits in the SDN or google for
    your transaction and also search for BADI's.
    Regards and Best wishes.

  • Customer information screen not showing when installing photoshop CS2 -- cannot enter serial number

    I own Adobe Premier CS2. When I run photoshop installation, customer information screen is not showing. So I cannot enter serial number. I have serial number.

    CS2: Error: Activation Server Unavailable | CS2, Acrobat 7, Audition 3 -
    http://helpx.adobe.com/x-productkb/policy-pricing/creative-suite-2-activation-end-life.htm l

Maybe you are looking for

  • Newbie here.. how to create host and submit a podcast.. also I am on a PC..

    So this is what I want to do.. I already uploaded my music track to my mobileme account.. now how do I get it to be podcast in itunes? There are tons of apps, but none of them seem clear to me.. can anyone guide me? Thanks -Luis

  • Why would different CF servers return different objects?

    My application fails (error 1009) when it retrieves an object from our ColdFusion production server but works fine when it retrieves the same object from our testing server. From the ColdFusion side the generated objects appear to be identical. From

  • Statistics (overview) for Synchronous messages processed via AAE

    Hello, We are on PI 7.11 Is there any way to get synchronous messages processed via AAE displayed on RWB Message Monitor Overview view? Maybe there is some parameter available similar to messaging.syncMessageRemover.removeBody for persisting payloads

  • US BANK APP issue

    I installed US Bank app and I can not activate it due to US Bank not adding iphone to their list of Verizon devices. Anyone else have this issue?

  • Firefox won't install after uninstall

    Hey all, I just bought a new 2012 rMBP and a local authorized computer repair shop transfered over my data from my old laptop, which was a macbook as well. The only reason i had them do it is because my old laptop was subject to severe water damage,