Updation of Standard SAP Fields

Hi Friends,
I am generating some transaction with business object.I would like to update some SAP Standard Tables (base transaction). SAP does not recommend us to fire SQL Statement on standard tables. How can I update some fields like baseref, basetype,Iscommited and many more.
Can anybody throw some light on this topic.
Thanks in Advance

Hi Manish........
SAP does allow us to update some of the fields which has unique Id like Internal No. and its not healthy also for SAP DB.
So I would suggest you to create your own numbering in order get the the output.
Regards,
Rahul

Similar Messages

  • Set User Authentication at Particular UDF or Standard SAP Field?

    Hi Experts,
    I learn that we can set authorization at UDT by using Additional Authorization Creator.
    Is there any method we can set authorization at particular UDF or Standard SAP Field?
    For example: my customer just want to make one field in Business Partner to be "READ-ONLY" for certain users, is it possible to be done?
    Thanks.
    Regards,
    Lay Chin

    hi
    yes if u want to make any additional authorizations in sap related documents or udo you can use additional authorization creator
    u would have to check in the test database like the authorization u wana create if it is feasible through inbuilt additional authorization creator or not.
    Regards,
    Manish

  • Change description of standard SAP field

    Hi All,
    I am trying to change the description of standard SAP field VKBUR from u201CSales Officeu201D to u201CDistrictu201D. I changed it in CMOD Text Enhancements Data Elements. The description has changed in many places but not in transaction VA01/02/03. I looked at screen SAPMV45A-4301. Field VBAK-VKBUR has attributes u201CModification of a field from the ABAP Dictionaryu201D set to u201CFu201D. It means when description is changed in dictionary, it is not transferred to this screen. So how can I change the description of this field in these transactions.
    Any help is highly appreciated. Thanks.

    Hello Alvarado,
    Thanks for your response. I found out that there is no need for core mod.
    In SE63 doing translating short texts for object type screen texts works.
    However I am giving you points for your suggestion and closing this thread

  • Does a SWC defined for Java not update the Standard SAP SWC changes?

    Hi,
    I am facing this problem on 7.0 SP 13 box.
    I have a standard SAP provided SWC.
    There is a field in data type with occurrence - min 5 max 5.
    I wanted to change it to 0...5. SAP has provided me a note and after applying, it is seen in the imported standard SWC.
    There are 2 SWC using this mesg (through dependencies of SLD).
    1. SWC for Java system.
    2. SWC for ABAP system.
    Under the BASIS objects of SWC for ABAP I can see the new data type with 0..5 occurrence.
    But under the Basis objects of SWC for Java, I cannot see the new changes. It still shows up 5..5
    I updated SWC, re imported, deleted and re created the dependencies in SLD.
    None showed up the currect occurrence in SWC of Java.
    Can someone who faced a similar problem explain me if SWC defined or a Java system doesnt show up these updates?
    Venkat

    Hi,
    Please try to re-import SWC again in Java to reflect correct changes.
    Regards,
    Gourav

  • Required steps to add standard SAP field to Work Manager 6.0

    Dear Agentry experts,
    I need some help on how to add standard SAP backend fields to the Work Manager 6.0 application. The application is freshly setup and not yet customized apart from filters, so we are also new to develop it.
    Specifically we want to add fields QMTXT and QMCOD from Notification Header. We have checked and the fields are activated in the backend configuration, so I hope there are no changes required to the backend. However, when checking the data in the ATE, the fields are currently not added / available in the Notification Collection.
    I have searched this forum and found several pointers, but they deal with adding a full new field, and I want to keep changes limited. Can you please advise what specific steps I need to do on the Agentry / Eclipse side to close the gap between SAP backend and the Notification Collection. (I know how to add the fields to the UI if they are in the collection). Do we need to create custom Java Classes? Can I solve this by just Agentry configuration?
    Thank you very much for your kind advice!

    Look at the attachment, diagram depicts a data flow across the systems. You have to extend Java code for  the object  your trying to enhance and plus you have to make  necessary changes on  Agentry side as well.
    if you have access to Service Market place , check out  SAP-WM-6.0-EnhancementsGuide.pdf document under Work Manager 6.0 documentation which describes the steps involved in enhancing application.
    Alternatively you can also check this blog Syclo Customization Extension-First Steps.
    Syclo Customization Extension-First Steps
    Thanks
    Manju.

  • Search help for Standard SAP field

    Hi,
    I need to add a search help to Group key (KONZS) field in XK01 transaction. How can i add our own search help to a field in standard transaction?? This is some what urgent, please give me the solution .
    Thanks in Adavance,
    Moghani.

    You can APPEND your own search help to an SAP field that has search help defined.  This is similar to APPENDing fields to an SAP table.  But since field KONZS does NOT have any search help assigned, this option is not available to you. 
    You can also attach the search help to a field on a screen, i.e. limit the scope to that single screen, but this would still require a modification to the system, and hence, an access key.  If you want to follow that route, the program name is SAPMF02K, screen 120, element list tab, references tab, search help column.
    If you find another way to do this without an access key, please let us know.

  • Making standard SAP field editable

    I have two standard fields VBRP-KOSTL (Cost Center) and VBRP-PRCTR (Profit Center) in transaction VF01(Create billing document) that I want to make editable. Can anyone give me detailed step on how to achieve this?
    Thanks for your help. This would be greatly appreciated.

    Dear Abbey,
    You can do this by maintaining trasaction variant in SHD0. You would have options to make a field display only, required entry, optional entry, supress.
    http://help.sap.com/saphelp_webas620/helpdata/en/eb/5fab41d79b11d296190000e82de14a/content.htm
    In the SAP Reference IMG, you can create transaction variants. Choose Basis Components -> Application Personalization -> Tailoring of Application Transactions -> Configure Transaction-Related Display Values for Fields (Transaction SHD0). Transaction variants allow you to preset values for fields in a transaction, set field attributes, or hide entire screens.
    To execute a transaction variant, you define a variant transaction using the Transaction Maintenance transaction (SE93).
    Once you have entered a transaction code and short description, choose transaction type Transaction with variant (Variant transaction).
    To define a variant, enter the name of the transaction and the name of the variant. You can then use the new transaction code to start the special variant of the transaction.
    Hope this will resolve your issue.
    Regards,
    Naveen.

  • Adding search help to standard SAP field

    Hi Experts,
    I need to add search help to field ZUONR i.e assignment field in various tcode like fb70,fb60,f-02.etc which will select data from
    Z tables . I have found out serach help exit F4IF_SHLP_EXIT_EXAMPLE but as per my knowledge that is to change existing standard search help.But to field ZUONR there is no search help attached.How can new Z search help be added to field ZUONR without use of access key.
    Please suggest.
    Regards,
    Kaustubh Kabre.

    Hi,
    I don't know how to change "Value table" field on domain without access key, but if nothing else work, you can add new fixed values. From menu Goto->fixed value append.
    Other possibility is to use GuiXT -> write script that will call your FM that will get data from your table and show them.
    Best regards
    Marcin Cholewczuk

  • How to change the desription of a standard SAP field in the Search Help

    Hi All,
    In Table T023T there is a field WGBEZ60(Long text describing the material group) and the data element of the field is WGBEZ60.
    Requirement is to change the description of the field WGBEZ60.The desription of the  field is - Description 2 for the material group.
    But the user want as - Description for the material group. He dont want 2 in the description.
    we are using this field in the search help of Material group for the transaction ME21N and ME51N.
    So please tell me how can we change the description of the field in the Search help.
    Thanks.
    Regards,
    Peeyush

    As search help uses data element , it shows its keyword. So you have to do modification to that keyword.
    - Go to CMOD
    - from top menu GOTO -> Text enhancements -> Keywords -> Change -> type WGBEZ60 -> change the description -> Save and add it to transport
    - now use that data element either on the screen or search help. It will have the descripiton modified.
    Regards
    Marcin

  • Encryption of standard SAP field (product cost)

    Hi,
    My client would like to encrypt product cost-related fields, and I was wondering how to encrypt the field much like you would a credit card number of password.
    Thanks
    Brian

    Not sure if the encryption is in the GUI so users don't see it or in the database so DBAs can't access it.
    One way to encrypt it is through DB encryption methods such as TDE for Oracle.  If you are Oracle shop, TDE is in your license and you can use is as of Oracle 10.2.0.4.
    Mike

  • Make SAP standard PO fields output only using ME22N?

    Is there a way to suppress the standard SAP fields (output only) when the user selects ME22N, that will still allow input to custom fields which have been added to EKPO?  Has anyone had to do this before?  Any suggestions would be greatly appreciated!
    Sharon German

    Hi Sharon,
    FYI, there is probably a better forum for this question, this is more of a NetWeaver discussion forum.
    If I read your question correctly, your desire is to have only certain fields (some custom) available when users execute the transaction ME22N.  First, don't mess with ME22N, if you desire custom performance, create a new transaction as a copy of ME22N and make available only those standard and custom fields you want.  Hope this helps...

  • SEARCH HELP FOR STANDARD SAP DATA ELEMENT AFNAM

    Hello All,
    Is there any possibility for adding a search help for the standard SAP field AFNAM.
    Thanks in Advance!
    Ashish

    Hi Ashish,
    You can APPEND your own search help to an SAP field that has search help defined. This is similar to APPENDing fields to an SAP table.
    You can also attach the search help to a field on a screen, i.e. limit the scope to that single screen, but this would still require a modification to the system, and hence, an access key.
    Hence if you want to attach search help to the standard SAP field, then you will need access key for that.
    If the access key will be available then you can attach your search help to the standard SAP field.
    For more reference go through the link :
    http://help.sap.com/erp2005_ehp_04/helpdata/EN/3d/e53642e2a3ab04e10000000a1550b0/frameset.htm
    Thanks,
    Nitesh Jain

  • Runtime Error while updati9ng a standard sap table - fagl_saplinfo_val.

    Hi,
    I am facing a problem in updating a standard sap table through a z program. The table name is fagl_saplinfo_val.
    Error description is:
    Termination occurred in the ABAP program "ZMIGR_PCA_COPY" - in                   
      "SUB_POST-CUSTOMER_DATA".                                                       
    The main program was "ZMIGR_PCA_COPY ".                                
    In the source code you have the termination point in line 644                    
    of the (Include) program "ZMIGR_PCA_COPY".                                       
    The program "ZMIGR_PCA_COPY" was started as a background job.                    
    Job Name....... "ZMIGR_PCA_COPY"                                                 
    Job Initiator.. "BASAKK"                                                         
    Job Number..... 10485700                                                         
    The termination is caused because exception "CX_SY_OPEN_SQL_DB" occurred in      
    procedure "SUB_POST-CUSTOMER_DATA" "(FORM)", but it was neither handled locally  
      nor declared in the RAISING clause of its signature.                                
    The procedure is in program "ZMIGR_PCA_COPY "; its source code begins in line    
    631 of the (Include program "ZMIGR_PCA_COPY ".                                   
    Is it related to non availability of space in that standard sap table?
    kindly suggest me the solution to this as soon as possible. Its vvvvv urgent!!!
    Regards,
    Panchali.

    Thanks Lakshman!
               I debug the program.There is no BDC used update.In this program after taking the data from excel sheet one internal table is prepared and this internal table is directly used to insert data into z table.This is the last code which executes.
      INSERT zmmpoamend FROM TABLE t_zmmpo_amend_tab.
      IF sy-subrc EQ '0'.
        MESSAGE 'Data Upload Successfully completed' TYPE 'S'.
      ELSE.
        ROLLBACK WORK.
        MESSAGE 'Data Upload failed ' TYPE 'E'.
      ENDIF.
      CLEAR t_zmmpo_amend_tab.
      REFRESH t_zmmpo_amend_tab.
         Is it possible to configure z table using SPRO tcode,such that this z tables data will go to standard table and then we can see it in the standard tcode?
    I am not sure but it's just a guess.

  • Delete Standard Table FIelds

    Hi Friends,
            I want to Change The Field name (Standard Table) and i want to delete Some fields (Standard Table) is it possible.
    if can Please help me.
    Regards,
    Nehru.s

    Hi Nehru,
    Check this link for changing standard field descriptions:
    http://www.renet-web.net/2005/09/01/changing-standard-sap-field-descriptions/
    For deleting, the following link might help you:
    http://www.*******************/2007/06/lesson-16-changes-to-database-tables.html
    Hope this helps you.
    Regards,
    Chandra Sekhar

  • VA02 CDHDR/CDPOST update for new customize fields

    Hi,
    I've appended some new fields to VBAP . Those fields are now saved properly when using VA02 changed. I also need to keep track of changes associated with those fields. When user go to Environment->Changes they want to see the fields I added get recorded also, not just the standard SAP fields. Does anyone know how to do this?
    Thanks

    Hi,
    if a field is inluded in the change log or not depends on the settings
    of the data element. Please check the data element via SE11: in the
    "Definition" tab, the flag "change document" (DD04D-LOGFLAG) should be
    set if you want the field to write an entry in CDHDR/ CDPOS when
    changing it.
    Regards,
    Murali

Maybe you are looking for

  • Screwy IRQ's Help!!

    Need help trying to install XP on a athlon , k7t turbo limited edition mother board , 1 stick 128 mb 133mhz , 40 gig ata100 "only can run a 66 cable cause Im poor" 32 mb radeon pci . I also dont know how many mhz I got, its running at 1.3 but the ove

  • # Multivalue error in cross tab

    Hi All, I am using BO-launch pad 4.1,sp2 Data is from Bex-query using CMC. Table: Cross tab 1)Dimenssion obj: CO-object 2)Attributs: Co-obj-wbs elemt,costcentr,order 3)Measure:Budjet aproval overall, Budjet for annul,Actual cost, Actual quantity,plan

  • No sound in videos on iPod

    Hi, My ipod is not playing sound along with my video. I've never had the need to use the video until now but the video plays fine its just that there is no sound with whatsoever. The video is a music video but that shouldn't matter should it? Thanks,

  • Transaction code to WebDynpro application

    Hi, i want to create a webdynpro application which is started from a transaction. Has anybody an idea how the application can get information about the transaction code? Example: Transaction mm02 -> call webdynpro application, want to know which tran

  • How to configure Rman for Grid 11g

    hi all i am using Oracle Grid 11g R2. Oracle Database 11g R2. Oracle Linux 5.5 i want to configure Rman for my Rac i searched and found some notes such as http://oraclehack.blogspot.com/2010/07/oracle-11gr2-rman-netbackup-and-media.html http://oracle