Add a special field called gsber

Hello AL,
I want to add one special field called gsber in to vendor line item display report, i'm using standard report define additional fields for line item display(SPRO).
but its not allowing me to do so, pls let me knw what can be the reason
Thanks
Sunny

Hi,
Look at the BADI's
CUSTOMER_ADD_DATA ans CUSTOMER_ADD_DATA_CS
Regards
Sudheer

Similar Messages

  • Add a special field in Line Item Display.

    Hi Gurus,
    I need to add the field "Entry Date" in the GL report FAGLL03. I added the entry -
    BKPF - CPUDT in the Settings => Special Fields from the menu bar.
    Also mentained the same in SE11.
    It's working fine on Quality Server, but when I transfer the request to Production, it creates an Workbench request only and also the field "Entry Date" is not available for selection in Select Layout - Hidden Fields.
    I think I need to run some program fot the same to execute or anything else. Can you guide me to a proper solution or advide me if I am doing somethign wrong.
    Regards,
    Devang

    Hi,
    Thanks for your knowledge, but I did exactly the same and cant get the Field in  the Field Selection - Hidden Fields.
    Currently referring Note # 984305.
    YES!!!!!!!!!!!!!!!!
    I DID IT
    After referring to the above note, I had to ...
    Call transaction SE37, enter the function module ITEM_STRUC_EXTENSION and execute it with the following parameters:
    BASIC_STRUCNAME                 FAGLPOSY
    EXT_STRUCNAME                  FAGLPOSYEXT
    EXT_FIELDS_TABNAME              T021S
    I_LSTCL                         D
    X_TRANSPORT                     ' '
    Thats it......
    Thanks,
    Devang
    Edited by: Devang_Sangani on Apr 22, 2010 6:02 PM

  • Add new item field in ME21N

    Hi all,
      I want to add a new field in ME21N transaction, please tell me how to add new field in table control in ME21n tcode. I tried by using variant but according to my requirement invisible fields are not useful. I want to add a new field called MAKE with length 25 and i want to populate some text in that and need to display in related form also.
    Please guide me any enhancement technique.
    Thanks in advance,
    Mahi

    max bianchi ,
      I already seen that BADI definitions but i don't know how to achieve my requirement by using both of that.
    Please guide me the approach.
    Thanks...

  • How do we add a new field in BI 7

    Hi Experts,
    Can any one help me how to add a field in the transformation.
    example
    EMP ID
    EMP_Name
    EMP_SAL
    NOW i need to ADD one more field called <b>EMP_PLAC</b> in the transformation ,
    i have added the field in the data source and activated but i can't add the field in the transformation.
    please help me how to solve it

    Hi Santhosh,
    have you added the new infoobject to the data target(infocube or DSO), once you add it then you will be able to see the same in the transformation also.
    If I have helpd you , please assign reward points
    Regards
    Venkata Devaraj

  • Rfposxext - Adding special field

    Could anybody help me with this issue?
    I need to add a special field to the automatically generated structure rfposxext. The field name is REGIO. I tried with SPRO but the source table where the REGIO is present is not available in the list of change-allowable tables. Please assist me if anybody knows a solution to this issue. Thanks in Advance

    HI,
    not sure if you know SAPNET note 984305 which describes how to define special fields in your case.
    best regards, Christian

  • How to use RECNUM special field in a file bulk load interface (sqlldr)

    Hi,
    I'm trying to load an ordered set of full text lines from a flat file using Sql Loader 11.2 with ODI 11.1.1 bulk LKM (LKM File to Oracle - SQLLDR).
    I have to keep track of each line number in a separate target table column NUM_SEQ and feed it with sqlldr RECNUM special field.
    I haven't found any other way to do that but to tweak manually the generated sqlldr .ctl control file (bad but it works) :
    NUM_SEQ RECNUM,
    FULL_LINE CHAR(4000)
    I've tried to map "RECNUM" as an expression in the map tab of the loading interface but the column itself gets discarded at .ctl generation.
    I haven't found any mention of RECNUM in the whole ODI documentation, neither on this forum nor the Web.
    Using an internal Oracle sequence in the subsequent steps of the ETL breaks the garantee of ordered lines.
    Any hint ?

    You will have to enhance the KM so that this clause gets added to the CTL file each time.
    Add an Option to the KM in which you can specify name of the column that you want to act as line_number.
    And then in the KM, change the "Generate CTL File" step and add
    *<%=odiRef.getOption("RECNUM") %> RECNUM*
    after the call to the <%=odiRef.getColList(" ") %> API
    So, this will add the RECNUM column to the list of the columns generated.

  • How to Add a new fields in the selection screen of LDB.

    Hi All,
    I want to add a new fields in the selection screen of LDB & then i need to select the data for that fields.
    So could you please tell me for that where i need to add the code for selecting the data.
    Thanks
    Roli

    Hi
    welcome to SDN forum
    If you are designing your own LDB with your own tables you can define tree structure and then the selection screen for the tables
    if you wants to modify the std LDB of SAp means take the access key and to modify that code
    if you add the extra field you have to modify the where conditions in the code also
    see the doc
    A logical database is a special ABAP/4 program which combines the contents of certain database tables. You can link a logical database to an ABAP/4 report program as an attribute. The logical database then supplies the report program with a set of hierarchically structured table lines which can be taken from different database tables.
    LDB offers an easy-to-use selection screens. You can modify the pre-generated selection screen to your needs. It offers check functions to check whether user input is complete, correct, and plausible. It offers reasonable data selections. It contains central authorization checks for data base accesses. Enhancements such as improved performance immediately apply to all report programs that use the logical database.
    Less coding s required to retrieve data compared to normal internel tables.
    Tables used LDB are in hierarchial structure.
    Mainly we used LDBs in HR Abap Programming.
    Where all tables are highly inter related so LDBs can optimize the performance there.
    Check this Document. All abt LDB's
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.highlightedcontent?documenturi=%2flibrary%2fabap%2fabap-code-samples%2fldb+browser.doc
    GO THROUGH LINKS -
    http://www.sap-basis-abap.com/saptab.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/9f/db9bfa35c111d1829f0000e829fbfe/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/9f/db9b5e35c111d1829f0000e829fbfe/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/c6/8a15381b80436ce10000009b38f8cf/frameset.htm
    /people/srivijaya.gutala/blog/2007/03/05/why-not-logical-databases
    Re: **LDB**
    www.sapbrain.com/FAQs/TECHNICAL/SAP_ABAP_Logical_Database_FAQ.html
    www.sap-img.com/abap/abap-interview-question.htm
    www.sap-img.com/abap/quick-note-on-design-of-secondary-database-indexes-and-logical-databases.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/9f/db9b5e35c111d1829f0000e829fbfe/content.htm
    http://help.sap.com/saphelp_nw2004s/helpdata/en/9f/db9bb935c111d1829f0000e829fbfe/content.htm
    Gothru the blog which provides info on LDB's:
    /people/srivijaya.gutala/blog/2007/03/05/why-not-logical-databases
    Sample code
    TABLES: SPFLI,
    SFLIGHT,
    SBOOK,
    SCARR.
    START-OF-SELECTION.
    GET SPFLI.
    WRITE:/ ’SPFLI: ’, SPFLI-CARRID, SPFLI-CONNID,
    SPFLI-AIRPFROM, SPFLI-AIRPTO.
    GET SFLIGHT.
    WRITE:/ ’ SFLIGHT: ’, SFLIGHT-CARRID, SFLIGHT-CONNID, SFLIGHT-FLDATE.
    GET SBOOK.
    WRITE:/ ’ SBOOK: ’, SBOOK-CARRID, SBOOK-CONNID,
    SBOOK-FLDATE, SBOOK-BOOKID.
    GET SFLIGHT LATE.
    WRITE:/ ’ GET SFLIGHT LATE: ’, SFLIGHT-FLDATE.
    Regards
    anji

  • Need to add one extra field in to Purchase Order XSL-FO Template

    Hi All,
    I am working on Purchase order XSL-FO template. I need to Customize it. I want to add few more fields in XSL-FO template which are getting the values from database. May be these columns are not present in XML data file , which the printing purchase order concurrent program is using.
    Suggest me, what should i do?
    regards
    Ravi

    Hi Paul,
    I need to customise the standard PO XSL-FO template but my problem is, this xsl-fo template has to be used by the seeded Oracle rdf report for display purpose.
    As far as i know, the xsl-fo template for PO is called by a java conc program
    and the Printed PO report(portrait) program uses the normal rdf layout.
    I think the xml data structure/tags produced by the rdf is not similar to the one produced by the java conc program.So, the XSL-FO template can't use the rdf report for displaying.
    If you have any info on this please let me know.
    Thanks,
    Satrajit

  • F-40 Add Purchase Order Field

    Dear All,
    I awant to add purchase order field in T-Code F-40. Following is Scenario.
    Transaction to be processed : Outgoing Payment
    PstKy : 29 (Special G/L Debit)
    Account : (vendor Account)
    SGL IND : J
    uner more data also it is not showing. I have also used T-Code OB41 but still it is not showing PO field in first screen.
    Dinesh

    Hi,
    Following are the steps i have gone through.
    1. T-Code OBXT to search G/L Account, then i gone through the combination AcctypeSGL Ind (KJ). Then Chart of Accounts. Then i Listed all G/L which are in used.
    2. T-Code FS00, Field Status Group.
    3. T-code : OBC4, Then Field Status Group(which is in use of G/L Account) and marked purchase order field as required field under (material management/purchase order)
    Still it is not showing purchase order field in first screen of F-40.
    Dinesh

  • Adding Special Field in the line item display

    Dears Through SPRO settings, I added the field 'Group Account Number' (ALTKT) for the GL line item display.
    It is now transported to Quality.
    When I try to see that field in the change line item layout, I could not find that field for inclusion.
    However, in the SPRO of Quality, I find that field already appearing.
    Why it is not appearing in the FBL3N special field screen ?

    Hi Niki,
    I am not sure how you have added this filed but if you follow these steps you will have it.
    1- Run FBL3N and make your settings and execute it (F8).
    2- Go menu Settings > Special fields (You can run it by t code OBVU out of FBL3n also)
    3- Add a new entry, select your field (BSEG ALTKT Group account number) and save it
    4- Back one step (F3) and select "Change layout..." icon.
    Now you have the field in "Hideen fields" column. Just select it as "show selected fields"
    Regards,
    Omid

  • Special fields for FAGLL03

    Hi,
    I need to add Purchase order, vendor, vendor name, customer, customer name and ar invoice field as a special field for FAGLL03.
    I am able to add vendor, customer and purchasing number fields but I am not able to find name field for customer and vendor. Also I was not able to find ar invoice field.
    Any help will be apprecaited.
    Thanks,
    Mark

    Hello Mark,
    Here at our side this has been implemented this way. You will need ABAP consultation:
    1) Create an append structure in RFPOS structure with the new desired fields;
    2) You will have to use a BTE to implement the exit. Ask the ABAPer to create a new Z function module based on existing SAMPLE_INTERFACE_00001650.
    3) Through transaction FIBF, Menu Settings -> Products -> ...of a customer, you should create a code to identify the customization. Lets say FIN01. Don't forget to click on checkbox field to activate the business transaction event.
    4) Through transaction FIBF, Menu Settings -> Modules P/S -> ...of a customer, you should create an entry to assign the Z function module with the product. Something like below:
    Event                Product        Ctr.         Appl.                  Function module
    00001650         FIN01                          FI-FI                   Z_INTERFACE_00001650
    Hope it helps you.
    Regards,
    Daniel
    Edited by: Daniel Carvalho on Oct 2, 2009 5:14 PM

  • Special Field in FBL1n

    Dear Experts
    How can i add table in special field of FBL1n,  can i add GL table in special field to get offseting account in FBL1n?
    please suggest. how can i add entry in this table?
    Thanks

    By Activating BTE (Business Transaction Event) 00001650 wherein the function module "LINE_ITEMS_GET_GKONT" works. After activating this BTE, you will be able to see the offseting G/L.
    For activating the BTE Use the transacton code FIBF got the setting and P/s module custome
    you need enter event and module "LINE_ITEMS_GET_GKONT
    gkont is our offsetting a/c
    it will work for the versions i did the same thing for my erlier client it was worked properly
    try T.Code FIBF

  • Add new manager field in SAP Query

    Hi All,
    I need to find manager for the employee. Is RH_GET_LEADING_POSITION right function module?
    After finding the manager I need to add new field 'Manger' in the existing SAP Query. Please can anyone help me inserting additional code into the SAP Query.
    Please kindly help me
    Thanks in advance.
    Archana.

    Thanks for the reply. But my question is there is no direct field called manager I need to write a piece of code to find the manager and insert in the existing sap query. I want to know is there any function module to find the manger where import parameters are pernr and export parameter I want manager objid or pernr.
    Please help me...
    Thanks,

  • Add new custom field in FITV_POWL_TRIPS

    Dear All,
    I would like to add my custom field in FITV_POWL_TRIPS Application. The program basically having 5 tabs in output. i have added my custom field in PTRM_POWL_WEB_TRIPS_EXT_T Structure. Now i wanted that field to be displayed in the tab of All My Travel Plans Tab ,  Can any one suggest me how to make display of that field.
    i have seen the Application.configuration FITV_POWL_TRIPS . But i could not able to see the field names list anywhere.
    Please put on some light.

    In Webdynpro Component,  FITV_POWL_TRIPS ......i would like to add one more field in the output of this application under "All My Travel Requests" tabstrip .
    Access path for this application.
    Go to SE80 -> Webdynpro Component -> FITV_POWL_TRIPS ->  Test...
    Under the All My Travel Requests Tabstrip i want to add one more field in the below table control. Right this tab control is displaying 8 Columns.
    My Findings:
    1. The above fields are retrieved from PTRM_POWL_WEB_TRIPS_EXT_T structure. So i have added a Append field in the structure.
    2. In debugging i am able to see my field in the above mentioned structure.
    3. The Tab Strib is calling from POWL_UI_COMP application.
    4. The Table Control is from SALV_WD_TABLE
    Need:
    1.Where is the 8 fields layout are creating by the sytem
    2.How can i add one more field ?
    3.Where to add and how ??
    Please help me...
    Regards,
    Prakash.N
    +91 9980742974

  • How can we add user defined fields in My Account Profile?

    Hi,
    When adding new field for user,user groups,my resource,organizations and request all exist in the drop down menu list but the MyAccount(In the page where we add user defined fields).
    Please help me to add user defined field in MyAccount also.
    Thanks in advance.

    Hi,
    As I said before it is not that straight forward.If you will decompile tcViewProfileAction .class using any java decompiler you will find out that data in setAccountProfile method is not getting set through formmetadata.xml . If you are well verse with struts then only you can achieve what you are trying to do.You need to extend tcViewProfileAction class and also tcViewProfileForm class and then you need to modify tjspViewProfileTiles.jsp .It will not be easy job.Usually in implementation we do not change action class until its absolutely required as oracle also do not recommend that so now its between you and your client to make a call if they want to go for such customization.I won't recommend you do that.
    Regards
    Nitesh

Maybe you are looking for

  • Running a java application from different directory

    I have the file in my c:/Folder/Program.java I want to compile and run it from D:/ (drive)i.e from different directory. Thanks in advance, Praveen.

  • Xorg crashes when Firefox loads a lot of images; Intel driver bug?

    For some time now I'm seeing a weird error. Basically, when I load a *lot* of images in Firefox, Xorg crashes completely. In Xorg logfile I can see the following error: [ 2993.177] (EE) intel(0): Failed to submit batch buffer, expect rendering corrup

  • Problem Installing 5.0.?.?.? on Tour

    The Tour said I should upgrade software. I downloaded software, which took about 3 hours. Then it gave me the option to install the software or schedule it, stating that the phone would be out of service for about 2 hours while the software was insta

  • Storage Location Type

    Hi, Is it possible to tag the stock in an Storage Location as MRP Nettable but not available for production without using the Quality Stock type? Thanks, Raymond

  • Portal Business Package URGENT ( I award Good points)

    Dear Portal Gurus, When I'm importing a business package there is an option  which says "Client" / "Server" Can anyone explain to me what each mean and when to use them. Appreciate your help greatly. Thanks, Harsha