CO14 : add field Break time in layout

Dear guru ,
the field break time(AFRU-ISERH) isnu2019t available in the column set of the layout of CO14.
This field is considered in the production order confirmation.
How can I add this field in the layout of CO14 ?
Thanks in advance.

You can use user exit CONFPP07.

Similar Messages

  • Add field name in to Layout - Column Set

    Hello Everyone!
    When I run the report that there are three icons on
    the tool bar. Change / Select / Save layouts.
    When you press the change layout icon, a pop up appears
    displaying two columns. 1) Columns 2) Column Set
    Can anyone tell me where I can change the Column Set to
    add more fields into this. I need few more fields into "Column Set", so I can transfer that into "Column" for the display.
    As an example TCode - ih08 (zero eight) . after execution if you double click on "Equipment description" item, you will find "Num Licenses". But this column is not available in the "Column Set" of change layout. So I'm not able to see that value at first screen. I need help to add "Num Licenses" into Column Set.
    Regards,
    Deal

    Hi,
    Assume  'Var1' is the variable whose value has to be passed to the form.
    Ensure in the program VAR1 is populated with the expected value.
    like .....VAR1 = 'US'
    Once in the form, navigate to the text editor---import the program symbol
    INSERT>Symbols>program symbols-->select the appropriate option over there.......
    Or just insert the symbol----&VAR1& in the text editor.
    thsi would ensure that ur form is populated with the value US
    Thank you,
    Jose

  • Add field in FBL3N Tcode Layout

    Hello All,
    I wish to add the field LGTXT (Wage Type Long Text) to be displayed in FBL3N.  How to add this field in the layout in FBL3N?
    Can we add this field? My idea is to view the Wage type text field when i hit the G/L Account and company code in FBL3N.
    Please guide me. Thanks in advance.
    Regards,
    Santosh

    Hello Madhu,
    I did activate the BTE in FIBF and also assigned the ZSAMPLE_INTERFACE_00001650 Function Module to it.
    I carried out following steps:
    1) Activated FIBF and assigned function module 00001650.
    2) Appended structure to RFPOS and RFPOSX with ZZLGTXT and executed RFPOSXEXTEND.
    3) In coding inside FM 00001650, following is my code:
    FUNCTION
    E_POSTAB = I_POSTAB.
    TABLES: bseg,  ska1, skat, t512t,  t52el.
    Data:  lc_account like SKA1-SAKNR.
    Data:  lc_symbolic_account like T52EL-SYMKO.
    Data:  lc_type like T52EL-LGART.
    Data:  lc_text like T512T-LGTXT.
    select single SAKNR into lc_account from ska1 where SAKNR = e_postab-konto.
    select single SYMKO into lc_symbolic_account from T52EL where SYMKO = e_postab-konto.
    IF lc_symbolic_account = lc_account.
      select single LGART into lc_type from T52EL.
    ENDIF.
    IF lc_type = T512T-LGART.
    select single LGTXT into lc_text from T512T.
      IF sy-subrc = 0.
        e_postab-ZZLGTXT = lc_text.
      ENDIF.
    ENDIF.
    ENDFUNCTION
    Am not getting the Wage type text data in my Wage Type Text Field in FBL3N. Please guide me on my coding.
    Thanks,
    Santosh

  • Add field to FB50 screen layout

    I'm trying to add country code to transaction FB50 at the line item level.  I click on the 'configuration' button (blue/yellow grid button), click on administrator and set field acgl_item-grirg as NOT invisible.  I then activate and save, but the column doesn't show up.  When I go back into the configuration button, the field is checked again to be invisible.  How can I make this field not be invisible?  Thanks for any help....

    Hi,
    1. Go to FB50
    2. Enter Values befor simulating
    3. Click the Configuration button(Green/Yellow & White Button)
    4. Create a Varient
    5 .Click the Administration button
    6. check the Button ACGL_ITEM-GRIRG Deselect the Invisible Check box.
    7. Click the Activate System Wide (F5)
    8. Click the Close button.
    9. Save the Settings
    Revert back if any clrifications
    If any authorization missing check the Transaction code SU53 and ask to Basis to get the missing authorization.
    Regards,
    Kishore K

  • Add fields in Locator result  for Sales Document in GUI (anyone?)

    Dear all,
    I try to find information on how we can customize the locator's result column (especially for Sales document)
    in GUI mode. I know we can Change Layout to choose other available field column to be displayed in the
    locator result. How to add more fields so we can have more fields to choose when we change the layout?
    I searched the SDN CRM forum but no exact answer for this (missed it?)
    In fact, there is a bug on the locator search result when I set field Employee Responsible to be displayed
    on the search result, the system is showing other Partner number instead.
    If you have experienced in add fields on the Change Layout, please kindly share it.
    Appreciate your help (with points)
    Cheers,
    Gun.

    It is GENIL BOL concept and now using WebUI Search.

  • While giving add fields in advanced mode

    Hai everyone, i met with a problem such that while using search in advanced mode we can add fields multiple times. Can anyone suggest me to restrict same field appearing more than one time in advanced mode --> add fields.
    Thanks in advance.

    Hi,
    there is no such restriction as far as I know. Background is that you may want to define "OR" condition for a field
    Frank

  • Add field group to Asset Master Data Screen Layout

    Hi Gurus !!
    Does anybody know how to add field group in SPRO(Define Screen Layout for Asset Master Data)?. I have created my layout by coping 1000, but then I need to add Fund Center in Time-Dependent data logical field group.
    Thanks a lot,
    Sasha

    I don't think you can add a funds center to the Time dependent tab.
    Instead you need to use Derivatuon strategy. Use tcode FMDERIVE for strategy and FMDERIVER for GL accounts to cost center and cost centers to asset numbers or number range. From here the system derives teh funds center.

  • Is there a way to add a new field to the MD15 layout

    Hello,
    I wanted to add new fields to the MD15 layout list. For example "Vendor ID and Old Material #" Is there a way to do that?
    Thanks

    Hi
    How did you add those columns!? 
    I have similar requirement.  I tried using BAdI "MD_ADD_COL_OVERVIEW"; that works only for MD04.  which enhancement or badi you have used to add columns.
    Thanks,

  • ABAP Query: add field on layout based on Company code

    Hello Experts,
    I currently working on ABAP Query report  for asset master issues and would like one more field added to layout for Company code XXXX . Is it possible to add fields to this layout based on company code .
    Thanks in Advance
    Nupur

    Hello Andreas,
    I'm asking is that possible to change ABAP Query report layout based on Company code.
    For Instance:
    Company code :1111
    Layout should : A B C D E F
    other than 1111.
    layout should : A X Y Z F
    My scenario is :
    ABAP Query is working fine but users from UK wants some more fields on the layout but rest of the country users other than UK, they don't want such changes.
    Regards,
    nupur

  • Editing Wiki adds extra breaks every time I save the article

    I’ve been working on the article below and I’ve noticed that every time I save the article it adds extra breaks. 
    I’m not an HTML guy so if it looks horrible in the HTML view let me know. 
    If I’m doing something wrong, let me know.  Tips, tricks, oh hey by the ways… All ears! 
    Also, and links to information about adding screen shots would be helpful for another article I’m working on.
    http://social.technet.microsoft.com/wiki/contents/articles/20964.active-directory-ultimate-reading-collection.aspx
    Any help would be appreciated!  Thanks in advance!
    If you found this post helpful, please “Vote as Helpful”. If it answered your question, remember to “Mark as Answer”.
    Postings are provided “AS IS” with no warranties, and confers no rights.

    I've also got this problem, and I'd reckon it started around the time I installed IE10 on Win7. It continues still, with IE11 on Win7.
    The strange thing is that there are a couple of wiki articles I curate, and they have tables in them, when I add an additional row to the table and populate it, the oversupply of <br>'s doesn't seem to happen.
    e.g.:
    http://social.technet.microsoft.com/wiki/contents/articles/9539.list-of-public-microsoft-support-knowledge-base-kb-articles-for-sccm-2012-system-center-configuration-manager.aspx?PageIndex=3
    But this GP article is driving me nuts with all the superfluous <br>'s, to the point where I thought I'd convert the whole body into a table (in case tables are somehow protected from this <br> bloat), but sadly the <br> disease seems to
    be following me here too :(
    [above the first table]
    http://social.technet.microsoft.com/wiki/contents/articles/4976.selected-content-relating-to-group-policy-administrative-templates-adm-and-admx.aspx
    editing in HTML mode clearly shows the excessive <br>'s
    was my crime to initially create the article from a Word doc?
    Don
    (Please take a moment to "Vote as Helpful" and/or "Mark as Answer", where applicable.
    This helps the community, keeps the forums tidy, and recognises useful contributions. Thanks!)

  • How to add field to the header for FBL5N ALV report

    Hi,
       I need to add fields to the customer line item display ALV report(FBL5N) header part.Right now there are four fields in the header like customer, company code, name and city, after that I need to add first name last name and phone no. Can any one tell me where exactly I need to add and populate there fields to be appear in ALV output list.
    Thanks in Advance
    Swapna

    Yes I have tried, I have place a break point in that perform but it does not stop. I think that is not the correct place to added and populate fields. That routine is for populate selection screen ranges single and multiple values and parameters only.
    Thanks
    Swapna

  • How to add fields in custom infotype and update its screens

    Hi Experts
        I want to enhance a custom infotype ( Add some new fields, and add special function on its screen). This custom infotype is created in previous release.   is there any way to add fields in infotype? and let system automatcailly modify corresponding screens to add new fields

    Go to Transaction PM01.
    2) Enter the custom Infotype number which you want to create (Should be a 4 digit number, start with 9).
    3) Select the u2018Employee Infotypeu2019 radio button.
    4) Select the u2018PS Structure Infotypeu2019.
    5) Click on Createu2026 A separate table maintenance window appearsu2026
    6) Create a PS structure with all the fields you want on the Infotype
    7) Save and Activate the PS structure
    8) Go back to the initial screen of PM01.
    9) Click on u2018Allu2019 push button. It takes a few moments.
    10) Click on u2018Technical Characteristicsu2019. Infotype list screen appears
    11) Click on u2018Changeu2019(pencil) button
    12) Select your Infotype and click on u2018Detailu2019 (magnifying glass) button
    13) Give u2018T591Au2019 as subtype table
    14) Give u2018T591Su2019 as subtype txt tab
    15) Give your subtype field as subtype field
    16) Save and come back to PM01 initial screen
    17) Click on u2018Infotype Characteristicsu2019 u2026 Infotype list screen appears
    18) Click on u2018Changeu2019 (pencil) button
    19) Click on u2018New Entriesu2019
    20) Enter your Infotype number and short text
    21) Here we have to set different Infotype Characteristics as per the requirement. (Better open another session with some standard Infotypeu2019s infotype characteristics screen and use as the reference to fill yours)
    22) Save your entries.
    23) Now the Infotype is created and ready to use.
    24) If you want to change the layout of the Infotype as per your requirementu2026
    25) In the PM01 initial screenu2026Select u2018Screenu2019 radio button and give 2000 as the screen name, then click on edit.
    26) In the next screen.. Select u2018Layout Editoru2019 and click u2018Changeu2019.
    27) Screen default layout appearsu2026here you can design/modify the screen..change the attributes of the fields..etc.
    28) Save and activate. (Donu2019t forget to u2018Activate at every level
    i think u have to select CI_INCLUDE while enhanceing the Standrad Infotype

  • How can i add field to screen exit ?

    ver 4.7
    trans.  me21n
    add field in screen exit .
    i implement screen exit MM06E005->SAPMM06E->0111
    in the layout i try to add field  by pressing
    button in the toolbar ( dictionary field window ) ,
    but when i press "save" in me21n  ,
    i get message "No data changed".
    i choose in the dialog window
    field from structure "ci_ekpodb" , field that i already
    been add  .
    thanks .

    Hi
    You have to implement the exit to import/export the data into/from screen-exit:
    EXIT_SAPMM06E_016 and EXIT_SAPMM06E_018
    Max

  • I need to add fields in additional fields B the sales order line item

    i  need to add fields in additional fields B beside the field (icon_val_quantity_ structure) in the sales order line item, How to achicve this? please help me..

    Please fined the below solution for achieving your requirement.
    1. Add new filed "B" in table VBAP.
      a) T.code  SE11 --> Enter structure name VBAP --> display
      b) Goto --> Append Structure --> Enter Structure name and new field "B"
    2. request your basis team and take the access key for modification of stabdard program SAPMV45A & Screen: 8459
       a) After receiving access key for standard program then got o SE51 --> enter program name  SAPMV45A & Screen: 8459
       b) click change Button
       c) click layout button
       d) add new field "B" below of the screen (F6 -> enter table name : VBAP --> get from dictionary --> selet new field and past in screen )
    3) write below code in flow logic
    PROCESS BEFORE OUTPUT.
                               Verarbeitung vor der Ausgabe
      MODULE ZZPB_INITIALIZE_8459.
      MODULE ZZPB_OUTPUT_8459.
    PROCESS AFTER INPUT.
      CHAIN.
        FIELD VBAP-New field name "B".
        FIELD ZVC_SALES_EXPORT-ZZAPLHENKO.
      ENDCHAIN.
      MODULE ZZPA_OUTPUT_8459.
    4. functin Module code
    module ZZPB_OUTPUT_8459 output.
      Data: l_v_actve type ale_active,
            l_v_ttyp  type c.
      Data: l_v_tragr type tragr.
    l_v_ttyp = t180-trtyp.
      if l_v_actve is initial.
        l_v_ttyp = 'A'.
      endif.
      LOOP AT SCREEN.
        CASE l_v_ttyp.
          WHEN 'A' OR 'C'.
            SCREEN-INPUT = 0.
        ENDCASE.
      ENDLOOP.

  • Add Fields from table ADRC (Fields Name 1 to 4) for Open Item Processing

    Hi SAP Expert:
    Our client requires vendor/customer name to be displayed in the open item processing line layout for transaction code f-58, so they can double check if the vendor name is complete as intended. 
    We intend to add fields from table ADRC instead of REGUH since the characters in maintaining vendor/customer name is 40 characters and REGUH - ZNME1s are only 35 characters. 
    We have managed to add fields from ADRC and change the SAPDF05X program and were able to display the names in open item layout, except that the program seems to "automatically" create a generic table which only carries 30 characters of the vendor/customer name.  The source table should be RFOPS_DK but the program automatically looks up from table RFOPS_GEN for the particular fields - Name 1 to 4.  Is there a way to "instruct" the program to use RFOPS_DK instead of RFOPS_GEN?
    Hope this will merit somebody's attention... Thanks !!!

    Thanks,  i have assigned the layout via o7v3,  it is the program that i have a problem with,  actually another program that we change is the program MF05BFPO where it generates data to be displayed in the FBZ4 screen,  though we add a field with 40 characters (ADRC Name 1 to 4)  what the program dispalys is a 30 character Name1 to 4 from structure RFOPS_GEN. 
    My question is can i extend/change the structure RFOP_GEN to 40 characters,  is there any SAP standard program that will aftected if i do so?  thank very much...
    Lorena

Maybe you are looking for

  • Help please. Ipad2 stuck in portrait rotation

    Hi. I got an ipad2 for Christmas. It works fine, kids love it etc but since Tuesday it has been stuck in the portrait orientation. I find it easier to work landscape and I player is much better landscape. I have tried the suggestions I've already fou

  • Event ID 6482

    Morning, I have a client whom is having a very tough time with Search. We've been unable to get it working properly in their environment. Unfortunately, we didn't get the opportunity to setup the server; therefore, it could be an environment issue. B

  • Primavera Expedition Professional 10.0

    This is a printing issue. We have a client that is running Primavera Expedition 10.0 on Sever 2003 with about 5 Win XP workstations setup on a domain. Anyway this is my issue. We run Internet Explorer 6.0 for Primavera due to the incompatibility issu

  • How can I fix a program error so I am able to save files?

    My version of Photoshop CS6 is suddenly not allowing me to save any files at all. I can't save .psd, .jpg, .gif, etc. When I try to save it it pops up with a program error message. I haven't had this program very long so I would like to get it fixed

  • Why is there no New Tab option when I right click on a tab?

    When I right click on a tab there should be a "Open New Tab" option. Sometimes I have 50 tabs open in a single window and I just want to open a new tab beside the 1st tab. Instead I can only open a new tab at the very end beside the 50th tab. Please