Add new filed EXNUM in FBL5N Layout

Hi Frnds,
I want add new field in T-Code FBL5N layout, the field is Excise number from table J_1IExchdr, can anybody tell me how to do that ?
dont worry about points.
Thanks in advance.
mahesh.

Hi Mahesh,
Dont know the version on which you are working. If it is ECC 6 then this might help.
You can go to the report program for the transaction i.e to RFITEMAR and go to enhance mode and select show implicit enhancemnet options.
Then create an implementation for any suitable implicit enhancement option and select the required data and add it to the output table which i believe is 'it_pos' .
Regards,
Vikas
<b>Encourage by rewarding points if useful.</b>

Similar Messages

  • Add new field in Txn FBL5N

    Hi SAP,
    How to add "new" field eg: object key in customer line item (FBL5N) via config? any menu path?
    I will give points for those who can solve my problem.
    TQ
    Regards,
    Nazrul

    Hi
    The path for adding additional line ittems for display in customer line items is
    IMG>Financial Accounting (New)>Accounts Recievebl & payables>Customer Accounts>Line Items>Display Line Items>Define Additional Fields for Line Items Display
    Thanks & Regards
    Sanil K Bhandari

  • Add new field "XREF3" in FB50 layout (entry screen)

    Hi Friends,
    I have a customer requirement that, they want field XREF3 (Reference key for line item) to be available in FB50 transaction entry screen.
    Can you please explain me what are the ways to get the field added in this enjoy transaction FB50 entry screen.
    Thanks in advance.
    Chandu

    As the three fields XREF1/2/3 are already included in structure ACGL_ITEM as SAP standard fields, you should follow carefully the instructions of the note 174413.
    which states as follows..
    To include customer-specific fields, proceed as follows.
    1.  Include structure CI_COBL, which contains the customer fields, as an
         Include in structure ACGL_ITEM.
         Attention: If you have maintained foreign key dependencies for your
         customer fields, then copy structure CI_COBL into structure CI_ACGL
         and include it in structure ACGL_ITEM instead of structure CI_COBL.
         Adjust the foreign key checks in structure CI_ACGL so that you ony
         use fields of structure ACGL_ITEM as foreign key fields.
    2.  Place the customer fields on screen SAPLFSKB 0100 (Transaction
         SE51).
    3.  Enter '001' in Mod. group 4 for the added customer fields in the
                                                                       Page 2
         element list of the screen, and in Mod. group 1 fill the value from
         TCOBF-GROUP1 of the respective field.
    4.  Transfer the fields to the flow logic of this screen. For every
         field, insert a FIELD statement between each of the two
         CHAIN/ENDCHAIN statements.
    5.  In routine MOVE_ACGL_ITEM in Include LFSKBF01, insert a statement
         such as ACGL_ITEM-ZFIELD = *ACGL_ITEM-ZFIELD for every customer
         field (example ZFIELD).
    6.  Generate or activate all objects.
    7.  To take the new fields in the entry variants into account, choose
         'Create entry variant' via the menu. You can then take the customer
         fields into account when creating the new entry variant.
    To include SAP standard fields that exist in structure ACGL_ITEM,
    Regards
    Siva

  • Add new field in the fbl5n dynamic selections/ Need to add dunning clerk fi

    Hi Gurus,
    Currently, you can find the Accounting Clerk field in the dynamic selections.  Would like to be able to use the Dunning Clerk field in the dynamic selections.
    Beyond that, would like to bring both Accounting Clerk and Dunning Clerk as columns when looking at customer detail. 
    Would be willing to use other report that I can access that would give me these two clerks by customer number.
    Thanks in advance.....
    Ramanjaneyulu

    Hi,
    the field dunning clerk is not available in Dynamic Selections because it is in table KNB5.
    The fields which are eligible for dynamic selection can be reviewed for
    the related logical database via trans SE36
    1) Enter logical database DDF, KDF or SDF (for FBL5N, FBL1N, FLB3N)
    2) Menu -> Extras -> selection views
    3) Here you can find 2 origins of the view (SAP and CUS).
       The standard view SAP is used. Create your own using view CUS. First
       copy the view SAP.
       On the left side are the functional groups.
       01  Customer master  => fields from table KNA1
       02  Company code    =>  fields from table KNB1
       03  Documents        => fields from table BSID
      Only those fields from these tables can be used for dynamic selection
    Regards,
    Greta

  • 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,

  • How to add new column inside ME28 PO Approval Screen?

    Hi Abapers,
    Can u please explain and give sample code to me,  how to add new customise column inside standard Layout ME28 PO Approval Screen.
    Waiting for yours reply.
    Tks,
    S.Muthu.

    Hi
    Don't need a code or customize.
    1- Execute ME28
    2- select a line in the ALV
    3- type 'F1'
    4- Go to technical information
    5- Go to Table name 'MEREP_OUTTAB_PURCHDOC_REL' it is a structure
    6- Append the new field into that structure using SE11
    7- return to ALV in ME28 and change Layout
    8- you will find at right your new field, deplace it to left part and it's OK.
    REM :your new field will be filled only if the ME28 program is reading your field and passing it to the ALV structure (MEREP_OUTTAB_PURCHDOC_REL)
    It worked for me with EKPO-AFNAM
    cordially,
    Faycel MOSLAH.

  • New Filed in ME5A & ME2M

    Hi
    i want to add a new field in ME5A
    i.e Number of Delayed Days
    values inthat filed should be
    Number of Delayed Days = PR Creation date - PO Creation date....
    usage : User wants to know Number of Delayed Days for Generation PO......
    I need a Ztode like ZME5A.....
    How to do  this ???
    similer i have one more requirement
    ME2M should copied to ZME2M
    same i want add new filed Delayed days
    Number of Delayed Days =  PO Creation date - GR Created date...
    Regards
    Ramesh

    Ramesh:
    Could you please stop posting question and answered them yourself if you're not going to share the answers?
    Sorry but it's getting kinda annoying...
    Greetings,
    Blag.

  • FBL1N & FBL3N affected when using BTE to add new column in FBL5N

    Hi,
    I have a requirement to add a new column External Financial document number (AKKB-BAANR) in tcode FBL5N. And I used BTE ( Business transaction event) to enhance the standard program.
    In order to add the new column, I append new structure in 3 structures: RFPOS, RFPOSX & RFOSXEXT. Normally we just append new structures in 2 structure RFPOS & RPOSX and run the program RFPOSXEXTEND, but I got error when running this program, so I just appended directly new structure in structure RFPOSXEXT.
    Now FBL5N is running with new added column, but the problem is that other tcodes like FBL1N & FBL3N are also affected with a new column. That's because all 3 code FBL1N, FBL3N & FBL5N are using the structure RFPOS.
    Can you give me a suggestion on this issue? Are there any ways of configuration to "turn off" the new column in those tcodes FBL1N & FBL3N ?
    Thank you.

    Hi Madhu,
    Thanks for your reply. But currently the new added column are "hidden" from users, i.e, it is saved in another layout. Therefore I don't have to create another layout. I just want to make the new column disppear in the layout option also.
    Thank you.

  • How add new feilds in screen layout of transaction codes

    Hi!
    I want to add "Business Place" field in the screen layout of F-53  under "Bank Data"  after Assignment field.
    How can I add this new filed?
    As validation is developed, system is giving error for entering business place in this screen.
    regs,
    ramesh

    Dear    Ramesh Balivada
    Make the below changes in the General ledger master data under the create/bank/interest
    use tcode fsoo & select change button
    Field status group  G005   Bank accounts (obligatory value date)
    Double click on Goo5 & select Additional account assignments & select business are as per your choice
    Regards
    shamulheq

  • How can I add a new filed to standart SAP Screen

    Hi eveybody,
    I am using ima11 t-code and I need to add A new screen field to standart SAP screen(program No SAPLAIA1 Screen:1001 ).I have found five user-exits(AAIR0001,AAIR0002A,AIR0003,AAIR0004,AAIR0006) but there is no screen-exit. How can I add a new filed to standart SAP Screen.Is it possible? If it is possible, how can I do that?

    hi
    yes you can add a search help for a filed on the screen
    but you need to find out for the USER EXIT available for that T-CODE
    because it is a standard T-CODE we can't add code directly to the standard T-code
    1st we need to find out for a user exit and then add code in that user exit
    reward if usefull

  • Add a new font in the online Layout editor in BI Publisher (OBEE 11g)

    Hi ,
    Possible to add a new font in the online Layout editor (Font list) in BI Publisher (OBEE 11g).
    Thanks,

    In the layout editor, you can simply drag the fields so they don't overlap.
    See http://www.youtube.com/watch?v=7emNa7THMLg
    Sandeep Gandhi

  • ALV  List Layout add new button  and modify Append Row Button Text and Logi

    Hi All,
    I am working on Employee custom development Application in Webdynpro ABAP>
    In my ALV list Layout  I have to add new  two Buttons  Top or Bottom of the ALV List.
    If I am adding I have to add logic for those Buttons. How to add and add logic for those buttons.
    as well as I have to Change the  Text  for  Existing Button ''Append Row''    to  "ADD NEW ROWS"
    and I have to add logic in this button while Append New Row I have to generate ID no for New Rows .
    Kindly help/advice  me to proceed further.
    Thanks in advance.
    Dav

    Hi Dav,
    To Add buttons please refer this thred,
    ALV with user-defined buttons on toolbar in wd abap
    To change or rename text in ALV standard buttons, please refer this ...
    How can i change the text of an standard button in ALV?
    and also see this article on self defined functions...
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/101df93f-4b5c-2910-14aa-9eb0338c2110?quicklink=index&overridelayout=true
    Thanks,
    Kris.
    Edited by: kissnas on Feb 22, 2011 5:59 AM

  • Add new field in customizing of define layout keys

    hi
    i want to add new table & field in customizing of define layout keys of capacity leveling.
    pls guide
    If you are asking a question, please mark your thread as a question. Otherwise you cannot award points for appropriate answers.
    -Paul
    (Moderator)
    Edited by: Paul Meehan on Mar 9, 2012 10:49 AM

    Hi,
         In spro -->produciton -->Capacity requirements planning -->Capacity levling and evaluation -->Strategy -->Define sequence and layout keys .. here u can add a field ..this layout key is later used in Planning profile and this planning profile is used in Overall profile .. thus while executing capapcity leveling selecting that particular Overall profile ..

  • Add new rating scale text filed in SharePoint 2010 Survey List???

    Would it be possible to add extra text range field in SharePoint survey Rating Scale filed? so far i know it could be achieved by using Client Java script.  i have added following script in NewForm.aspx, EditForm.aspx, DispForm.aspx and Summary.aspx
    but nothing its reflecting into the UI page. Another problem is if i have multiple Questions with rating scale field, how i am gonna achieve extra text range for each question in one page/separator page like the following way?
    VeryDissatisfied          Dissatisfied     not satisfied    Satisfied    Very Satisfied   Do not participate
            1                           2                      3                
    4                   5                     6
    These JavaScript codes are all added in the content tag which contentplaceholderid="PlaceHolderMain". should i add this script to another location?
    For NewForm.aspx; DispForm.aspx; EditForm.aspx
    <script type="text/javascript">
    var tables = document.getElementsByTagName('table');
    for (var i=0; i<tables.length; i++)
    if (tables[i].summary == 'Rating Scale Question')
    var trs = tables[i].getElementsByTagName('tr'); 
    var tds = trs[0].getElementsByTagName('td'); 
    tds[2].colSpan = 1;
    tds[2].innerHTML = 'your range text';
    tds[3].colSpan = 1;
    tds[3].innerHTML = your range text';
    tds[4].colSpan = 1;
    tds[4].innerHTML = your range text';
    tds[5].colSpan = 1;
    tds[5].innerHTML = your range text'; 
    </script>
    For Summary.aspx
    <script type="text/javascript">
    var tables = document.getElementsByTagName('table');
    for (var i=0; i<tables.length; i++)
    if (tables[i].className == 'ms-surveyVBarT')
    tables[i].deleteRow(0);
    var row = tables[i].insertRow(0);
    var cell0 = row.insertCell(0);
    var cell1 = row.insertCell(1);
    var cell2 = row.insertCell(2);
    var cell3 = row.insertCell(3);
    cell0.innerHTML = your range text';
    cell1.innerHTML = your range text';
    cell2.innerHTML = your range text';
    cell3.innerHTML = your range text';
    </script>
    Thanks in advanced!

    Hi,
    According to your post, my understanding is that you wanted to Add new rating scale title fields in SharePoint Survey.
    I have done a test, it works fine. I have just added the function to load the code, refer to the following:
    For NewForm.aspx; DispForm.aspx; EditForm.aspx
    <script type="text/javascript">
    _spBodyOnLoadFunctionNames.push("ChangeTitle");
    function ChangeTitle() {
    var tables = document.getElementsByTagName('table');
    for (var i = 0; i < tables.length; i++) {
    if (tables[i].summary == 'Rating Scale Question') {
    var trs = tables[i].getElementsByTagName('tr');
    var tds = trs[0].getElementsByTagName('td');
    tds[2].colSpan = 1;
    tds[2].innerHTML = 'your range text';
    tds[3].colSpan = 1;
    tds[3].innerHTML = 'your range text';
    tds[4].colSpan = 1;
    tds[4].innerHTML = 'your range text';
    tds[5].colSpan = 1;
    tds[5].innerHTML = 'your range text';
    </script>
    For Summary.aspx
    <script type="text/javascript">
    _spBodyOnLoadFunctionNames.push("ChangeTitle");
    function ChangeTitle() {
    var tables = document.getElementsByTagName('table');
    for (var i=0; i<tables.length; i++)
    if (tables[i].summary == 'Rating Scale Question')
    var trs = tables[i].getElementsByTagName('tr');
    var tds = trs[0].getElementsByTagName('td');
    tds[2].colSpan = 1;
    tds[2].innerHTML = 'your range text';
    tds[3].colSpan = 1;
    tds[3].innerHTML = your range text';
    tds[4].colSpan = 1;
    tds[4].innerHTML = your range text';
    tds[5].colSpan = 1;
    tds[5].innerHTML = your range text';
    < /script>
    For Summary.aspx
    < script type="text/javascript">
    var tables = document.getElementsByTagName('table');
    for (var i=0; i<tables.length; i++)
    if (tables[i].className == 'ms-surveyVBarT')
    tables[i].deleteRow(0);
    var row = tables[i].insertRow(0);
    var cell0 = row.insertCell(0);
    var cell1 = row.insertCell(1);
    var cell2 = row.insertCell(2);
    var cell3 = row.insertCell(3);
    cell0.innerHTML = your range text';
    cell1.innerHTML = your range text';
    cell2.innerHTML = your range text';
    cell3.innerHTML = your range text';
    </script>
    Best Regards,
    Lisa Chen

  • How add new field in layout in RDF using XML report definition

    Hi, ALL
    Do you know how add new field in layout of existing report in RDF using XML report definition. If I try change anything in RDF layout, layout which defined in XML override report layout.

    hello,
    in reports 6i we have this limitation, that you can not add a field to a report unless you re-default the whole report, as we do not support positioning-information in the customization file.
    regards,
    the oracle reports team

Maybe you are looking for

  • Corrupt Data - Oracle 8i - Recovery

    Hello, It seems that a RAID has failed on my old server and is causing the Oracle 8i database not to start. I understand this is an old product and is no longer supported but hopefully someone has some insight. I have both the two individual data MDF

  • App server 8.1 could not start

    Encounter App server 8.1 could not start Reason by bugger : Port Conflict Incorrect server config. Corrupt depoly app. Anyone could make to varify the actual cause. I using MS XP SP2, Norton Interent security and connect to internet while depoly to r

  • Tips for Exporting 1920 X 1080 HD for use in iDVD?

    I have a Canon HF20 and noticed that exporting from iMovie '08 using Share >Media Browser or Share > Export Movie limits you to 960 X 540. I used iDVD to create a DVD of the 960 X 540 movies and had good results, but I am wondering if the 960 X 540 r

  • Download wms

    hi, where can we download trial version or developer version (SOFTWARE) for warehouse management system or mobile supply chain. thanks a lot!!

  • How to change password on email acct in eprint

    I had to change a password for my gmail /google acct and I can no longer eprint as it won't save my new password under accounts in hpeprint