How to enhance/modify standard module in PBO

hi
In Program SAPLBARM
screen no. 0800
i want to add my code in PBO MODULE set_dynpro.
can you post your valuable replies with the procedure how to add my code.?
shall i go for access key, or with enhancement.
note: when i tried to add code with new enhancement it is giving syntax error.( because we have to add code in module ... end module)
standard code is:
IF rm61b-budat IS INITIAL.
    MOVE sy-datlo TO rm61b-budat.
  ENDIF.
  IF rm61b-bldat IS INITIAL.
    MOVE sy-datlo TO rm61b-bldat.
  ENDIF.
Mycode will be
IF rm61b-budat IS INITIAL.
    MOVE space TO rm61b-budat.
  ENDIF.
  IF rm61b-bldat IS INITIAL.
    MOVE space TO rm61b-bldat.
  ENDIF.
waiting for replies
Thanks
surya

Many thanks for your help.
I managed to set a new standard web template based on 0ADHOC but now I've found a new issue: in the WAD, I have created a new web template also copied from 0ADHOC. This web template will embed a query and the web report will be executed from WAD, not from BEx. The problem is that the different buttons (Save View, Bookmark, Variable Screen, Export Excel, Export to CSV, etc)don't seem to work when I click on them once the report is showing the results.
Can you please give me any idea on what's happening and if there's anything else I should do?
Many thanks in advance.
Inma

Similar Messages

  • How to Enhance the Standard Report?

    Hi All,
    How to Enhance the Standard Report? :
    When I am trying to execute the query called ZTIMES in the user group SQ01 it is navigating the screen to selection-screen with some inputs to be given here on the selection screen company code is mandatory as an input. The company code field is having the search help and it is fetching the values for the company code from table called PROJ  Table (Project definition Table).But I want the company code should fetch the value from the  PRPS Table ( Work break structure(WBS Element) Level).
    Tables used are PROJ and PRPS.
    The company code in PROJ is PROJ-VBUKR
                                    In PRPS is PRPS-PBUKR
    In the coding part related to that selection screen I have to replace PROJ-VBUKR with
    PRPS-PBUKR.But it is standard report to enhance.
    What is suggestible solution for this issue?
    Thanks,
    M Raju

    Hi,
    Since this is an ABAP Query, You can change the infoset query in SQ02 and establish the join linkages between PROJ and PRPS
    Also on the selection screen of the Query make sure you provide company code from PRPS table and report output also from the same table reference.
    Once you have modified the ABAP Query, activate and generate it so that it will internally regenerate the a standard program.
    http://help.sap.com/erp2005_ehp_02/helpdata/en/d2/cb4256455611d189710000e8322d00/frameset.htm
    ABAP Query (Sq01)Modification
    Hope this helps
    Regards,
    Shiva

  • BPS: how to restore modified standard planning level into orignal content l

    Hi Expert,
    Can you plz explain how to restore modified standard planning level into orignal content level.
    Thanks
    Ajay Kumar

    Hi,
    Please check the link. It miht help..
    [Unable to View Standard Planning Functions]
    Thanks
    Pratyush

  • How to enhance the standard web query template in BW 3.5

    hello experts,
    How can I enhance the standard web template in BW 3.5? I can see that in 3.5 0QUERY_TEMPLATE is not longer the standard web template, the new standard template looks completely different with new functionalities etc. I can't follow the steps in the How To guide as this refers to 0QUERY_TEMPLATE. Also in transaction RSCUSTV11, it's got now only two options: style sheet and template attributes but no longer web template.
    Any help would be much appreciated.
    Many thanks,
    Inma

    Many thanks for your help.
    I managed to set a new standard web template based on 0ADHOC but now I've found a new issue: in the WAD, I have created a new web template also copied from 0ADHOC. This web template will embed a query and the web report will be executed from WAD, not from BEx. The problem is that the different buttons (Save View, Bookmark, Variable Screen, Export Excel, Export to CSV, etc)don't seem to work when I click on them once the report is showing the results.
    Can you please give me any idea on what's happening and if there's anything else I should do?
    Many thanks in advance.
    Inma

  • How to enhance the standard search with custom field?

    Hi all,
    I would like to know the general optimal procedure to enhance the standard searches like Opportunity search or Lead search.
    I've gone through some of the threads here. Some suggest, to add the new field using AET and copy the IMPL class of the search and then code the custom logic. Some say, append the new field to the structure of the search object and then implement the BADI.
    I'm actually a bit confused to understand the correct procedure.
    Can someone please help me with a generic procedure to enhance the standard search with a custom field?
    Thanks in advance.

    Hi Maren,
    Once I have got the same development. I have followed the below steps, please check with this. Let me know for further inputs.
      Add new field using Append structure of type ‘XXX’ in search
      Create BADI implementation for Enhancement spot ‘ES_CRM_RF_Q1O_SEARCH’ and include filter ‘BTQOPP’
      Put your logic in BADI implementation – SEARCH method
      Add it in WebUI configuration
      Remove the operator if required
    Regards,
    Swadini Sujanaranjan

  • How to enhance BUPA_DELETION standard BAPI

    Hi All,
    I need to create an implementation for this standard badi BUPA_DELETION. But does not have any export/changing parameters for any of its methods. Could you please let me know if I can enhance the methods of this BADI to add export/changing parameters.
    Regars,
    Bikramjit

    Hi Bikramjit,
    No, it is not permitted to change the interface of standard SAP objects. This amounts to a modification and will be over written in case of any support pack  / upgrade . Also, tampering with BADI interfaces can lead to inconsistencies and dumps in other applicatioons that are already using the BADI.
    Why do you want to extend the interface ? In csae you are lookinf to implement some Z functionality, you can use the events DELE1 and DELE2 for your own custom checks. You can register your own Z modules in these events using transaction BUS7.
    Hope this helps.
    Cheers,
    Rishu.

  • SAP Standard Scripts ( how to Modify Standard Scripts)

    hi every one , This is Abdul Rahman , i want to know how i should modify Standard SAP Scripts like RVORDER01 or MEDRUCK SCRIPTS ,i want to know whole process . and how to Run the Script . plz any kindly send some good DOC or web pages which i can acess
    thankyou
    Abdul Rahman

    Hi,
    Modifying SAP Forms
    If you want to modify SAP forms, set up your development environment as follows:
    Make sure that no SAP-standard forms are stored as client-specific copies in your development client.
    Such forms should be held only in client 000, the SAP development and installation client. If you access an SAP-standard form from another client, then the central copy in client 000 is used.
    If you need to remove SAP-standard objects from your development client, see Notes 10388 and 3355 in the SAP Online Service System (OSS). These notes explain the procedure for saving modified forms and then deleting all forms.
    To modify SAP standard forms,
    – Copy the forms you need from client 000 to your development client.
    – Rename the forms using a name from the customer name reserve (names starting with Y or Z).
    – Copy the forms to one of your own Y or Z development classes.
    Renaming the SAP standard object makes it possible to manage and transport your changes with the SAP workbench organizer. The organizer is not activated for SAP-standard objects that are modified in clients other than 000.
    To put your modifications into effect, you must also modify the ABAP print program used to print documents that use this form. You should rename such print programs and store them in your own Y or Z development classes.
    You can use the SAP Customizing System to replace the SAP print program with your modified print program in the affected applications.
    Forms: Concepts
    Forms are used to control the page layout and also the text formatting in your documents. Before formatting a document for output to the screen or to a printer, you must assign a form to it. If you do not specify a form for a document, then the SYSTEM form is assigned to the document by default.
    Application-specific forms are used in SAP applications to specify the page layout for such special documents as invoice or checks. These forms specify the structure of the information on the page(s) of such a document. They define, for example, the address header, item lines, the footer, and so on.
    There are two ways to format texts with forms:
    In the standard SAPscript text processing (Tools ® Word processing ® Standard text), you can select a form for a document. You can then type text into the main window of the form and output the document in the format defined in the form.
    For example, you can select a form for a letter. You can then type the body text of the letter in the main window. When you print the letter, the default text elements in the other windows of the form (heading, footer, and so on) are printed with the body text.
    A document can be generated by a print program in one of the SAP applications. The print program uses a form to generate the document. Most correspondence and document generation in the SAP System are handled by way of print programs.
    A print program selects the text elements that are to be printed in the windows of a form. It may also collect information from the user or ask the user to input text directly, as in some correspondence functions. The print program may also provide data for variables defined in the form.
    Finally, the print program uses the form to format the document for display or printing.
    Check this link...
    http://help.sap.com/saphelp_erp2005/helpdata/en/d1/802d7d454211d189710000e8322d00/frameset.htm
    Thanks and Regards,
    Bharat Kumar Reddy.V

  • How to enhance standard javascrpit

    Hi Experts,
    I'm having a javacrpit in one of the web ui Component(UICMP_LTX -> PAGES WITH FLOWLOGIC -> LaunchTransactionAdmin.Js). I'm able to enhance views, but not able to enhance java scrpit. Could anyone please suggest me on how to enhance the standard javascrpit.
    Thanks & Regards,
    S.Gangireddy

    Hi Gangireddy,
    I am facing the same issue. Were you able to find a soultion? Can you please share.
    Regards,
    Namita

  • Tutorial or Documentation on how to enhanced quiz Right / Wrong Captions

    Good Morning,
    I'm working on a Captivate 8 module and I've setup my quiz and all is working great.  I would however like to enhance the caption when you answer a quiz so that instead of just displaying the Green / Red box with the text, I would instead like to perhaps have an actor pop in with some text (in a speech bubble perhaps). 
    I've looked for tutorials online and in some of the documentation, but I'm not seeing how to enhance the standard quiz right / wrong captions to do anything other than show the green and red box?
    Can someone guide a bit on how to accomplish this, or perhaps some documentation / tutorial that demonstrates this ability.
    Thanks

    I have tested the same scenario at my end and able to achieve by using the advance action.
    You may uncheck the Incorrect and correct captions and create two callout boxes with correct and incorrect text and also insert two different images on the same slide. You need to hide them to display in the output "not visible in output".
    On quiz slide on success I have applied an advance action in which I have created a standard action to show the correct callout and its related image and similarly on the Last attempt I have created another standard action to show the incorrect callout along with related image.
    If you need further information please send me your email address as private message.
    Regards,
    Rajeev.

  • How to execute a function module?

    I am new to SAP and I need to execute a function module, per OSS Note 894279.
    It says I need to run a function module with a certian parameter.  Well I see how I can modify function modules in SE37 or SE80, but how do I run/execute them?
    I am sure this is something simple that I am not aware of.  Thanks.

    Hi,
    Go to SE37--> Give the FM name --> press F8 --> Give the values for Import parameters --> Press F8 or exection button on application tool bar.
    Thanks,
    Sri.

  • Modify standard table in enhancement spot

    Hi Experts,
    I am using userexit_move_field_to_vbap enhancement spot.
    my piece of  code -
    XVBAP-ABGRU = 'ZP'.
    MODIFY XVBAP.
    I am getting dump. I want to know how to update a standard table in enhancent spots. Here i am tring to update XVBAP-ABGRU  with ZP for the corresponding sales order.
    Please help me <removed by moderator>.
    Thanks&Regards,
    sahil
    Edited by: Thomas Zloch on Jan 3, 2011 2:24 PM

    In this user exit you should change the field values of structure VBAP,not internal table XVBAP.
    VBAP-ABGRU = 'ZP'.
    See the Userexit comments
    This userexit can be used to move some fields into the sales  *
    *       dokument item workaerea VBAP

  • How to enhance Standard Extractor for 0CUSTOMER_ATTR

    Hi,
    I need to enhance the standard extractor of 0CUSTOMER_ATTR in order to populate the newly added attributes.
    I have few questions:-
    1) Will there be any impact of manually adding attributes to 0CUSTOMER on the data flow/where used list of 0CUSTOMER.
    2) In order to get the master data for newly added attributes we will need to enhance the extractor. Could you let me know the entire process of enhancing the standard extractor.
    3) Will it be safe to make a copy of 0CUSTOMER as ZCUSTOMER, add the new attributes in ZCUSTOMER and use ZCUSTOMER for our requirement. In this case also we will need to enhance the extractor.
    Your inputs will be helpful.
    Thanks,
    Naveen Kr. Choudhary

    1) Will there be any impact of manually adding attributes to 0CUSTOMER on the data flow/where used list of 0CUSTOMER.
    No there will not be any impact for the where used list of 0CUSTOMER info object, there will be effect once the enhanced data source is replicated to BI side.
    2) In order to get the master data for newly added attributes we will need to enhance the extractor. Could you let me know the entire process of enhancing the standard extractor.
    SE11 --> create the Structure
    Tcode: RSA6 -> Double click on the Data source --> Now in the DS:customer version screen you can see the extract structure name --> double click on it -->Next you will find an option of Append Structure button --> click on it -->
    Add the necessary field's in the Append Structure with Component Type:. Before you exit, make sure that you activate the
    structure by clicking on the activate button.
    Next
    -->You need to confirm that the Added filed has been added to the DataSource and that it will be available to BW. When you go  back at the Postprocess Datasource and Hierarchy screen(RSA6), select the same DataSource again and press the Change DataSource button .
    Check for the filed that you had appended, it will be appeared at the bottom of the extract structure.
    Once this is done now the appended fileds are ready in DS, now we need to populate the data from the corresponding tables.
    For this Select the Data source 0customer_attr --> click on Function enhancement --> enter the project name and next enter the Enhancement RSAP0002 This enhancement has four components that are specific to each of the four types of R/3
    DataSources:
    Transaction data EXIT_SAPLRSAP_001
    Master data attributes EXIT_SAPLRSAP_002
    Master data texts EXIT_SAPLRSAP_003
    Master data hierarchies EXIT_SAPLRSAP_004
    With these four components , any R/3 DataSource can be enhanced suing the above 4 Function module. In this case, you are enhancing a Master data DataSource, so you only need EXIT_SAPLRSAP_002 .
    Next we need ABAP developer in order to enahance the DS and write the logic to populate the values to the filed from the source table.
    once this is done save the code and activate it.
    Next fill the set up tables and  Goto RSA3 tcode check the data source and check for the fileds that were appened are populated with the values or not.
    (for more detailed steps our friend Chowdary has send u the links go through them)
    3) Will it be safe to make a copy of 0CUSTOMER as ZCUSTOMER, add the new attributes in ZCUSTOMER and use ZCUSTOMER for our requirement. In this case also we will need to enhance the extractor.
    I dont think there is a need for creating a new ZCUSTOMER , you can use the standard one.
    Edited by: prashanthk on Aug 13, 2010 9:02 AM

  • How to obtain an access key for modifying standard objects?

    Hello,
    I am a so-called "dummy" in ABAP development, and I need some very basic
    help.
    I'm trying to modify standard communication structure MCVBAK for LIS
    enhancement, as I learned in the LO630 SAP training, but I need an "access
    key".
    I went into my "SAP online services" account, but I can't find where I'll
    find the acess key for the specific object I'm trying to modify.
    Can someone help me, please?

    You may be needing to enter your developer's key. 
    You must be a registered developer on your system to do this type of work.
    Your system administrator will have to register you thru OSS, and you will be given a key.
    The first time you try to edit an object, you can enter this, and you won't see that prompt again.
    After that, if you are trying to change an SAP object, you will need to register that as described above.
    Doug

  • How to enhance wcf_resource.xlf file from xlso to use in our module id?

    Dear All WEC developer,
    I would like to ask one question about how to enhance wcf_resource.xlf file which let's me to use more string in my module. I had use resourceBundlePrefix attribute in metadata.xml too but after deploy and use my own module it will show only my new string but another string which used sap or xlso will not found. Anyone had meet this problem? If you had, Can you please help me?
    Big thanks,
    Roty SENG.

    Something similar is described in SAP note: 1747899
    Could you please open this thread in the Web channel forum instead?

  • How to modify standard programs

    HI FRIENDS..........
    is there any way to modify standard programs.....

    Hi Suresh,
    in the past it was necessary to modify standard programs. Today SAP offers lots of possibilities to modify programs without doing what SAP calls MODIFICATION.
    Have a look at the <a href="http://help.sap.com/saphelp_erp2005vp/helpdata/en/94/9cdc40132a8531e10000000a1550b0/frameset.htm">Enhancement Framework</a>, especially the different <a href="http://help.sap.com/saphelp_erp2005vp/helpdata/en/70/63da4023a28631e10000000a1550b0/content.htm">Enhancement Technologies</a>
    If you do not understand everything, don't worry: Nobody does but it gives you some hints.
    Let us know why and where you think about modification. I'm convinced there are many nice solutions on hand.
    Regards,
    Clemens

Maybe you are looking for

  • Sync-client of E61 does not react anymore

    Hello, the connection to my E61 is fine: SMS, Contacts and all other data can be exchanged between my Windows XP via BT very well. Only when I try to triger the sync the 7.0.9.2 PC-Suite  from the XP-side my phone seems not to realize, that the PC wa

  • F-28 Manual Clearing

    Good Afternoon, I'm clearing partially, through F-28, a few documents selecting Open Items by Document Number. When I clear the residual amount eventhough the balance is zero, they are not getting cleared. Can I change this configuration? Where? Than

  • Order regarding an RFQ

    When I create a purchase order, if I select the RFQ that I rejected, it gives a warning but I could still order from that vendor. I would like to change it to an error, so that the system will prevent choosing the rejected RFQ in a purchase order. Is

  • Attempt to mutate in notification error

    I have a text editor, i want to make this when i man type double /, che color of the text from position 0 to position 10 become blue I write code like this import java.awt.*; import java.awt.event.*; import java.util.Hashtable; import javax.swing.*;

  • How System Command can replace a file in Application Server

    Hi Guys,               A new system Command is created. When that system command is executed, the client wants to take a file from one directory in application server and put that file into another directory on the application server itself. How this