Adding Standard Documentation to a Zprogram

Experts.
I have created a Zprogram but would want to add standard doucumentation.
How do I do this and also have an Information Icon on a selection screen to display the documentation.
Many thanks

Hi,
                  you can do this SE80 click on change mode then "Goto" then "Documentation"
another method
Goto SE38 , give program name
Select documentation radio button
and click on change button
<b>Reward points</b>
Regards

Similar Messages

  • How to call standard report with in zprogram?

    Hi Sap experts,
    How to call standard report with in zprogram.
    For example if country is 'US' then call Zprogram(zprog_US).Inside zprogram call standard report(rhecm_change_proc_status).If country is 'CA' then call zprogram.Inside zprogram call standard report.For same othercountres like 'PR','GB','ES'.Actually HR_ECM_READ_FEATURE_CARGP will having the input as employee id and will return the CAREA(County like 'US','PR'......).Kindly help me what is the procedure?
    Regards,
    Sujan

    >
    sujan T wrote:
    > Thanks for your reply.
    >
    >    What is the logic to call the standard report from zprogram?Inside the zpogram how to call standard report?
    >
    > Regards,
    > Sujan
    no special logic is required
    If u want to use
    RPUAUDOO IN THE ZREPORT.
    Put the submit button where ever required
    ex: In zreport after certain process reacedu want to call then use
    submit rpuaudoo and return.
    Regards
    Sas

  • Modify standard documentation of report

    Hi,
    in SAP note i must modify the documentation of report RPLDADF0. The modification instruction are :
    1. Call up /se38
    2. Select Documentation
    3. Click Change
    4. You are in the document. Before updloading your new document, you either delete the existing documentation or add it at the end of the existing documentation and delete then the old one. The new documentation does not replace the old one!
    5. In the Menu bar, select Document -> Upload
    6. In the popup, select .itf and click Enter. To upload the itf document, go to the folder where you have downloaded and stored the documentation delivered by SAP.
    7. Save your document and activate (click the icon Activate) it.
    On the step 3 when i click on Change button, a window appears "Create modification", the modification name can only begin by Z, it's not really a good way.
    Any ideas ? Thanks.
    Cheers

    Hi,
    Modifying standard documentation of a object comes under custom modification.
    Hence Naming space reserved for customer modifications (Y-Z) Should be used.
    Check this note in support portal :- Note 989653 - Namespaces for docu modifications (customer system)
    Regards,
    Lakshman.
    Edited by: Lakshman N on Jan 6, 2010 11:59 AM

  • Lost Append structure on adding standard field in exctractor 2LIS_13_VDITM

    Hi,
    In 2LIS_13_VDITM i have appended structure. Now i required to pull in another standard field from from the extractor from LBWE maintenance.
    One doing that and activating ii somehow lost the custom appended structure from the extract structure.
    I came to know this while replicating it into BW where it gave error about missing fields from the extractors.
    Have anyone faced similar issue. If yes can you please let me know why this happened and how can i get those fields back in to the structure.
    One way i know is by comparing it with the Q system i can manually append that structure again.
    Please let me know.
    Thanks a lot for responding.
    Ritesh

    Hello Ritesh,
    Are you adding the new field through append structure of the existing one or new one (Only one append structure is possible).
    If in the same append structure , then check whether that structure is active and consistent.
    If everything is ok, then check the hide option in the datasource (RSA6) whether its unchecked.
    Hope it helps
    Thanks
    Chandran

  • Adding standard field (CTNUM) in screen in pa30

    Hi Experts,
    How to add standard field in PA30 transaction.
    Regards
    Subhaskar
    Moderator message: please do more research before asking, show what you have done yourself when asking.
    Edited by: Thomas Zloch on Nov 1, 2011 10:38 AM

    Hello,
    Can you please tell me how I can creat a custom field for CTNUM and show it like the standard one?
    I'm not a progremmer, so I must manage this via standard basis.
    I've tryed to add some custom fields for IT 0016 in PM01 but something is missing.
    After I add to the IT 0016 a custom field, I get the message:
    "Changing PS Struct. without generating code can lead to inconsistencies
    Message no. PG455
    Diagnosis
    If the PS structure is changed by adding, deleting, or changing fields, then
    this change must also be reflected in the associated screen structure. As the PS
    structure is not included here, but rather is copied, the screen structure must
    be edited accordingly.
    Procedure
    If you have not yet made any changes to the screen structure, simply choose
    "Generate Code". The screen structure is then deleted and created again as a
    copy of the new PS structure. The other objects of the infotype remain
    unchanged.
    If the screen structure no longer corresponds to the (relevant part of the)
    PS structure, perhaps because you have included new fields, you must modify the
    screen structure manually on the "Screen Structure" tab page using "Edit".
    If I go to "Generate Object" I reach to "BADi Builder" screen:
    Tranzaction : SE19
    Program : SAPLSEXO
    Enhancement Spot : HRPAD00INFTYBL
    And from here I don't know what to do.
    Can someone please help me?
    Thank you!
    Daniela

  • Adding Standard Infotype fields to Custom Infotype

    Hi,
    I have a Requirement where I've created a Custom Infotype. Now, client needs to add Standard KOSTL and Email Address fileds to it. Whenever, someone tries to create / change this Custom Infotype for any Employee, the Pernr's  KOSTL and Email Address should get populated automatically as in Standard Infotypes 0001 and 0105.
    Please guide me, how to achieve this functionality.
    Regards,
    Hems.

    Hi Salman,
    Thank you for your valuable information. I haven't Configured Dynamic Actions yet. Is it simple to write the Logic for Dynamic Actions. Is this the only way to solve this Issue?
    I tried by adding the standard fields, but they are not populating the values; but just appearing as Input Fields with Input help option.
    Please let me know if you have any suggestion in this direction?
    Regards,
    Hems.

  • Calling standard Report from a zprogram

    Hi Experts,
    We want to call ME5J transaction code from a zprogram using Submit statement.
    We used following code to call the report
    SUBMIT RM06BKPS WITH TCNT-PROF_DB EQ '000000000001' WITH CN_PROJN IN PROJECT  EXPORTING LIST TO MEMORY AND RETURN.
    After using this statement we are getting output of the report. We don't need to display the result. We want to fetch data from above report using
    CALL FUNCTION 'LIST_FROM_MEMORY'.
    How to hide output display of ME5J?
    Regards,
    Sibin

    Hello,
    you can use the class cl_salv_bs_runtime_info=>get_data_ref to get the standard report output without displaying the ALV grid.
    Check the Blog by glen simpson.
    http://scn.sap.com/community/abap/blog/2011/07/07/gain-programmatic-access-to-data-of-sapgui-alv-reports
    you would get the result in a type table declared and then do the Processing as per the requirement.
    Sample code for same.
    *& Report  ZCALL_STANDARD*&*&---------------------------------------------------------------------**&*&*&---------------------------------------------------------------------*
    REPORT zcall_standard.
    TABLES : cdhdr.
    PARAMETERS : udate TYPE sy-datlo DEFAULT sy-datlo OBLIGATORY,
                 udate_to TYPE sy-datlo DEFAULT sy-datlo OBLIGATORY,
                 utime_fr TYPE sy-timlo DEFAULT sy-timlo OBLIGATORY,
                 utime_to TYPE sy-timlo DEFAULT sy-timlo OBLIGATORY.SELECT-OPTIONS : user FOR cdhdr-username.
    FIELD-SYMBOLS <lt_data>             TYPE ANY TABLE.DATA:          lr_data               TYPE REF TO data,
           ls_metadata TYPE cl_salv_bs_runtime_info=>s_type_metadata.DATA          lr_data_descr          TYPE REF TO cl_abap_datadescr.
    DATA: r_alv_table         TYPE REF TO cl_salv_table,
          r_func              TYPE REF TO cl_salv_functions.DATA: r_display           TYPE REF TO cl_salv_display_settings.
    DATA: r_columns           TYPE REF TO cl_salv_columns.DATA: r_column            TYPE REF TO cl_salv_column.
    DATA: lr_events           TYPE REF TO cl_salv_events_table,
          lr_functions_list   TYPE REF TO cl_salv_functions_list.
    cl_salv_bs_runtime_info=>set(
             EXPORTING display  = abap_false
                       metadata = abap_true
                       data     = abap_true ).
    SUBMIT rsvtprot  WITH cusobj = 'V_T001B'
             WITH dbeg = udate*                 WITH tbeg = utime_fr
             WITH dend = udate_to*                 WITH tend = utime_to
             WITH users = user[]
             WITH alv_grid = 'X' AND RETURN.
    TRY.
        cl_salv_bs_runtime_info=>get_data_ref(
             IMPORTING r_data_descr      = lr_data_descr ).
        CREATE DATA lr_data           TYPE HANDLE lr_data_descr.
        ASSIGN lr_data->*           TO <lt_data>.
        cl_salv_bs_runtime_info=>get_data(
          IMPORTING
            t_data      = <lt_data>
    *            TRY.
        CALL METHOD cl_salv_bs_runtime_info=>get_metadata
          RECEIVING
            value = ls_metadata.*             CATCH cx_salv_bs_sc_runtime_info .*            ENDTRY.
      CATCH cx_salv_bs_sc_runtime_info.
        MESSAGE `Unable to retrieve ALV data` TYPE 'E'.
    ENDTRY.
    cl_salv_bs_runtime_info=>clear_all( ).
    CALL METHOD cl_salv_table=>factory
      IMPORTING
        r_salv_table = r_alv_table
      CHANGING
        t_table      = <lt_data>.
    CALL METHOD r_alv_table->get_functions
      RECEIVING
        value = r_func.
    CALL METHOD r_func->set_all
      EXPORTING
        value = abap_true.
    r_display = r_alv_table->get_display_settings( ).
    r_display->set_striped_pattern( cl_salv_display_settings=>true ).
    lr_functions_list = r_alv_table->get_functions( ).
    r_columns = r_alv_table->get_columns( ).
    r_columns->set_optimize( if_salv_c_bool_sap=>true ).
    CALL METHOD r_alv_table->display.

  • Adding Standard Segment in New Message Type

    Hi There,
    In the standard Idoc type of delivery DELVRY05 , I am not getting pricing condition segments, These pricing condition segments are available in INVOIC02.
    Could you please tell me the step by step approach for creating a customize idocs say ZDELVRY05, in which I can add segment E1EDK05 from INVOIC02.
    While adding trying to add  segment  E1EDK05 in WE30 I am able to add the segment but fields are not appearing . Is it the right method of doing it ?
    Please help
    Manu

    Hi Oscar..
    Thanks for the reply. Could you please help me to know the step by step process for my requirement as I am very new to Idocs. when i create new 'Z' idoc type.. shall i take extension or basic..
    in extension it is further giving me three options.
    I appreciate your help in this regards
    Manu

  • Reg: Adding Standard Assignment block

    Hi Guru's
    What are the steps to add a standard assignment block?  I am trying to add " Actions " assignment block in Ineraction Record ICCMP_BT_INR.
    I enhanced the compnenet ICCMP_BT_INR and then I added the view "Actions" in Viewset from Run Time Repsitory.
    I am trying to add Actions GSACTIONS/Actions. The View for Actions is " Actions"  and componenet is GSACTIONS.
    I have added it in ViewSet in runtime repository, but still not able to view the newly added assignmet block. Any other steps I need to do?
    Regards,
    Sam

    Hi Shiromi
    Yes ur right the actions are case sensitive. Now i changed the action name and the DO_Handle_event is getting triggered but still the action that i wrote in event handler is not getting triggered.
    Let me explain you correctly what my requirement is.
    When we login to IC and confirm the account in account identification screen and navigate to Interaction record I find the tabs Overview, Organizational Data and Partner, I want to add thre tabs Attachments, Dates and Survey.
    When I look into the Intreaction istory and pull an acitivity. BT126_CALL. They already have the dates, attachments and survey. I am trying to show these assignment blocks in interaction record.
    So how do I proceed?
    Attachments, Dates and Survey are present in SalesCallOVViewset in BT126_CALL. Is it possible to show the assignment blocks available in BT126_CALL in ICCMP_BT_INR?
    If so can you list out steps? I had been driving crazy with adding following steps but still no luck. Any idea how to proceed or what am I missing?
    1) Added the View in Outboud Plug in Windows in run time repository.
    2) Defined the component Usages in run time repository
    3) Defied the Navigational Links, Source(Outbound Plug) and Targets(Inboud Plug) in run time repository
    4) Enhanced the View InrHeaderViewSet in Component Structure Browser
    5) Created event for attachments in Event Handler in InrHeaderViewSet componenet
    6) Created the Outbound Plug for attachments in InrHeaderViewSet componenet implementation class and put the code for navigation
    7) Added the links in InrHeaderViewSet.HTM in View Layout.
    Also can you eloborate on tab links that you were talking abt? Where should i add them?
    Sam.

  • Industry Standard documentation for Technical Information related to Netweaver Portals

    Hi.
    I was hoping someone could point me in the right direction.
    I want to create documentation related to our Netweaver Portals, but I want the documentation to be based on Industry Standards related to Netweaver Portals.
    Information which I will include in this document, will include the following, but not limited to:
    Naming Conventions
    Folder Logic
    Roles (How to create and use them)
    Pages
    Worksets
    iViews
    etc..
    Does someone know of a template which I can use and alter to fit my requirements?

    Hi Juandre,
    There is not such template called Industry standard for NW portals.
    Each firm have there own format and contents required by them .Objective of such documentation is to cover all the data points which can enable Technical support to provide necessary support for Portal environments.
    Normally we include System landscape, URL details, OS details, Hardware details, DB details, SAP Portal technical details like version and patch level.
    Business point of contacts,
    SOP to start and stop systems
    Known problems and resolutions
    You may work out template based on above inputs.
    Hope this helps.
    Regards,
    Deepak Kori

  • Adding standard Text as long text in QC01 of General data Section

    Hi ,
    I want to Append standard text in Certificate Profile Creation(QC01)of General data section. Can you suggest any Exit.
    Standard Texts created by SO10 Transaction.
          Thanks in advance

    Dear Raynard,
    Raynard Coscolluela wrote:
    As far as I can remember the Travel Request was conceptualize to be a simple ESS Form that's why most of the labels here are hard coded and didn't use OTR.
    I have to disagree. None of the labels, except this one are hard-coded via Personalization-Means and most Texts come indeed from the OTR, the Label T_ACTYPE_LABEL also has an entry in OTR (see my posts above) but is only non-changable by enhancements because the component configuration was "abused" to overload the OTR and coding in runtime. I still can't really believe this one is intentional....
    Raynard Coscolluela wrote:
    We don't recommend changing the label text in Web Portal as it can lead into inconsistency incase a new update will be > deliver by SAP into this fields. So yes this is a consider a modification.
    This will be an issue since the word "Spesen" which is a specific German one for "Expenses" is juridically wrong if used within a specific MOREI of the Public Sector. But this is another issue and I don't want to elaborate on this one here.
    Raynard Coscolluela wrote:
    My colleague who participate in this thread is still on vacation and she ask me to assist here.
    I see, and I'm glad you did assist here. Give Sally my regards.
    This one is answered then, if not really "solved". I'll close the OSS message now.
    thanks a lot and best regards,
    Lukas

  • How to call a Standard SAP Program in Zprogram.

    Hi,
    how to call a SAP Standard program in SAP Program?
    Do we have to use any funtion module and pass paramters?
    I want to call a Standard SAP prg in to my prgram? can anyone explain me or give the piece of code to call standard prg.
    Thanks & Regards

    Again, ABAP related questions should be asked in the ABAP forum.
    To answer you question,  if the standard program is a report program, you can use the SUBMIT statement and pass parameters using the WITH Extention.
    Submit <report>
          with p_fld = 'X'
              and return.
    Please make sure to award points for helpful answers and mark your posts as solved when solved completely.  Thanks.
    Regards,
    RIch Heilman

  • How to call the Standard Program in our ZPROGRAM?

    Hi Frieds can you tell me the procedure how to call the Standard program
    in z----
    program and we have to get the data from standard one to our customer program.
    Thanks in advance,
    madan mohan.

    Hi,
    *Submit report but export resultant list to memory, rather than
    *it being displayed on screen
    SUBMIT zreport EXPORTING LIST TO MEMORY.
    Once report has finished and control has returned to calling
    program, use function modules LIST_FROM_MEMORY, WRITE_LIST and
    DISPLAY_LIST to retrieve and display report.
    *Example Code (Retrieving list from memory)
    DATA  BEGIN OF itab_list OCCURS 0.
            INCLUDE STRUCTURE abaplist.
    DATA  END OF itab_list.
    DATA: BEGIN OF vlist OCCURS 0,
            filler1(01)   TYPE c,
            field1(06)    TYPE c,
            filler(08)    TYPE c,
            field2(10)    TYPE c,
            filler3(01)   TYPE c,
            field3(10)    TYPE c,
            filler4(01)   TYPE c,
            field4(3)     TYPE c,
            filler5(02)   TYPE c,
            field5(15)    TYPE c,
            filler6(02)   TYPE c,
            field6(30)    TYPE c,
            filler7(43)   TYPE c,
            field7(10)    TYPE c,
          END OF vlist.
    SUBMIT zreport EXPORTING LIST TO MEMORY.
    CALL FUNCTION 'LIST_FROM_MEMORY'
      TABLES
        listobject = itab_list
      EXCEPTIONS
        not_found  = 4
        OTHERS     = 8.
    CALL FUNCTION 'LIST_TO_ASCI'
      EXPORTING
        list_index         = -1
      TABLES
        listasci           = vlist
        listobject         = itab_list
      EXCEPTIONS
        empty_list         = 1
        list_index_invalid = 2
        OTHERS             = 3.
    IF sy-subrc NE '0'.
      WRITE:/ 'LIST_TO_ASCI error !! ', sy-subrc.
    ENDIF.
    Regards
    Sudheer

  • Adding Standard Text to the Selection Screen obtained using PARAMETERS

    Hi all,
    I have a report program which has the selection screen declared by the key word PARAMETERS.
    Now I need to make the changes to this program such that a Text Editor appears on the Selection Screen and has a Standard text that should be displayed.
    How can I do it?
    I saw the screen number of the Selection Screen and went to screen painter and tried to add the Text Editot..but it did not let me dou2026.Why?
    How should I add a standard text to a selection screen? The standard text should not be on top , but some where on the screen.
    Regards,
    Jessica Sam

    Hi Sam,
    I dont want to create a new screen for this. On the existing screen whihc was built using PARAMETERS key word..i should insert a blokc of text whihc is mpre than 5-6 lines..how should i do it.
    I navigated to Text Elements---->Selection Texts
    it is now asking for Name and Text and i see in Name column the name of the parametsr that they used for Check box, radio button etc and in Text i see the text that is appearing on the screen
    Now i am not sure what is should do next
    My req is..i should display a block of standard text that doesnt change and whihc is of 4-6 lines?
    how should i do it?
    please also help me with what data declartions that i should do in parametrs key word in program?
    Regards,
    Jessica Sam

  • Standard Documentation for Add-on and Add-on's Data Base?

    Hi!
    I'd like to know if there is a stantard to create documentation for Add-On and Add-On's Data Base to get the Add-On's Certification.
    Thanks!
    William

    > When applying add-on images to our base the primary MSI's install just
    > fine but none of the MST's and MSP's do not apply.
    I meant to say that none of the MST's and MSP's apply. Sorry about that.

Maybe you are looking for

  • About back-end adapter and IDoc

    Hi everybody! I was watching in the FAQ of Mobile 7.1 about the possibility to use IDOC as a mechanism to push data to DOE, but this document only says: "IDocs are supported only for back-end-triggered scenarios" and provides a link to configure ALE

  • How to export Camera Raw metadata?

    I cannot figure out how to export metadata from Camera Raw to xmp files. I need to move my pictures to another computer but files were edited with metadata saved in Camera Raw database. I run Photoshop CS6 with Camera Raw 8.6 in Windows 8.1. Apprecia

  • Uk date format issue with ASP and Access Database

    I have an Asp form which updates records in an Access database. Problem is that the date format in the database record is dd/mm/yyyy (UK), when the record is displayed on the form it is mm/dd/yyyy(US) which after I update the record in the database t

  • Password program problem.

    I am making a small program using netbeans and seem to be having some problems with the following statement. String password = (txtPassword.getText());     if (password == "test")     lblMessage.setText("Correct"); else     lblMessage.setText("Incorr

  • MTO-Selection Of requirement Type determination

    Hello. In MTO we have option for selection of requirement type either thru MRP grp or SD item category. Which is the better option.In what criteria/business porcess the selction differs.