Standard Program to List Fields used in a Dynpro.

Hi Experts,
I would like to know whether there are any Standard programs available that can give the following result:
1. If I give a Dynpro Program Name and Screen Number, it should list all the fields used in the program.
2. In addition, I need to know whether it is a mandatory / Required field ..
Is there are any SAP Standar Program / Func Module which can give me the above results....
Thanks in advance..
Best Regards,
Raghunahth L

Hi,
You may use one of the function modules - just check them and choose the one which best fits your needs:
- function modules from function group SDYN
- function modules from function group SDOP
With these two fugr you may get also the flow logic of the sccreen

Similar Messages

  • Automatic payment program- Payment list Fields

    Dear Experts,
    After running automatic payment program when I am trying to view the Payment list(Edit-Payment-Payment list), I donu2019t see the check number in the payment document. Basically we need to see the check number because when the user take the payment list print out it gives the vendor related details with the amount but the authorized signatory need to see the check number as well along with the amount before signing the check.
    So is there any setting that I can do to flow the check number in the payment list?
    Any inputs are appreciated.
    Regards
    Paul

    Hi I have found the solution on this.
    Solution system is sorting the correspondence bases on vendor name and this setting is done when you set the payment method company code wise.
    Also we can sort the payment list vendorwise.
    Problem resolved.
    Thanks for the input
    Regards
    Paul

  • Why standard programs uses the OCCURS statement

    Hi Experts,
    instead of occurs we usually use STANDARD TABLE OF due to performance issue ,
    but i noticed that stadard programs are using OCCURS statement only.
    could u plz tell me why stadard programs are using OCCURS only.
    Thanks.

    Hi,
    Occurs Statement created the internal table with header line. But Header Line is not supported in Oop's Concept. So it is better practice to create the table with TYPE/LIKE STANDARD TABLE OF statement without specifying Header line option in declaration.
    Yes in most of the standard Programs OCCURS statement are used. This is because these are SAP standard and developed in older version of sap.

  • How can I display error log of a standard program in my custom program?

    Hello Experts,
    I have a requirement where I submit a standard program from my custom module pool program as a background job. I use the TO SAP-SPOOL and thus the log is available when I go to SM37 and check the spool list. I have a requirement that I display this log in a tab within my module pool after the completion of the program. I am unable to fins a proper solution to this. I have both the spool number & the log number but I am unable to find function modules which will help me print them within my program. I found many ways to display it but as full screen and not with in my program.
    Could someone please help me with this.
    Thank You

    Hi,
    FM to read a spool request is "RSPO_RETURN_ABAP_SPOOLJOB".
    If the error log is displayed as a list output in the standard program, you can also use the syntax SUBMIT Program... and RETURN with export to memory addition.
    Then you will be able to read the list output from memory.
    Regards,
    Munesh.

  • Standard programs for reports..

    hi,
    how to find d standard report programs... for example i need a report for goods reciept or say purchase price variation report... do we have any  standard sap report prg fr it??? if yes how to find it???

    Go to SE38 and give f4 and give package name of the Business Process you are looking for.
    Go to SE11 -->TADIR give the package name of the Business Process
    Go to SE11--> TRDIR and look for SAP in Created by field name .
    All 3 will fetch you standard programs.
    Reward if Useful.
    Thanks,
    Anita

  • Unable to Modify standard program RAZUGA01

    Hello abapers,
         I am trying to modify the standard program RAZUGA01.This is using logical database ADA.In this I am adding two new fields .When  I am trying to fetch data for the two fields from database  tables based on the third radio button on selection screen(group totals), I am not able to get asset number which is getting converted to some other format.Kindly suggest me some solution.

    Hi,
    How you solved this problem?
    I am facing the same problem.
    Please reply.................
    Regards,
    Bala

  • To change the standard program

    Hi all,
    My reqmt is to change the GUI status and interface of the transaction MB26. MB26 uses the report PP_PICK_LIST to execute. The current GUI status and interface are,
    GUI Interface : SAPLCOWB
    GUI Status : STATUS_MMIM
    I have coded in the exit EXIT_SAPLCOWB_001 as,
    TYPES: reftype TYPE REF TO data.
    DATA: lty_ref TYPE reftype.
    DATA: ls_control TYPE cowb_ctrl,
          ls_prog TYPE progname.
    FIELD-SYMBOLS: <lfs_control> TYPE ANY,
                   <lfs_prog> TYPE ANY,
                   <lfs_prog1> TYPE ANY.
    GET REFERENCE OF ls_control INTO lty_ref.
    ASSIGN lty_ref->* TO <lfs_control>.
    CHECK sy-subrc = 0.
    ASSIGN ('(SAPLCOWB)G_COWB_CTRL') TO <lfs_control>.
    CHECK sy-subrc = 0.
    ls_control = <lfs_control>.
    ls_control-pf_status = 'ZSTATUS_MMIM'.
    <lfs_control> = ls_control.
    UNASSIGN <lfs_control>.
    to change the pf status of the transaction MB26.
    Now what I need to do is to change the standard program from SAPLCOWB to ZSAPLCOWB.
    For it is there anyway to change in the enhancement like the pf status or can we change in the standard program PP_PICK_LIST.
    I used sy-repid also, but its giving me a dump. So provide a solution other than that.

    Dear Sharan,
    You can use a System Field  SY-CPROG which gives you the Program Name.
    This Varibale can be used to change the Program Name.
    Try this Hope this will help you.
    But i think this you would using to only call the PF-STATUS of this New Z Program.
    Hope this helps.
    Encourage others in answering your queries by suitably rewarding them
    Thanks
    Venugopal

  • Customer Statement (Standard Program and Scripts)

    Hi All ABAPers,
    Can anyone tell me the standard programs and their tcodes used for Customer statement with the smartform and sap script names?

    Custom statement Prog Name: RFKORD11
    Script name: F140_CUS_STAT_01 & F140_CUS_STAT_02
    Statements would be printed via FBL5N.
    Edited by: Alexander on Jul 1, 2009 12:00 PM

  • Adding A Pushbutton To GUI Status of Standard Program

    Hi,
    I need to add a pushbutton to the GUI status of one of the SAP standard programs, the system being <b>ECC 6.0</b>. One method which I tried was by copying the standard program as a Z program and then modifying the GUI status per my requirement. Although this works, one drawback in doing it this way was with the introduction of the new Enhancement Framework in ECC 6.0, the defined enhancements from the standard program were not copied to the Z program.
    I am looking for suggestions on how to add a pushbutton in the GUI status of the standard program using the enhancement concept. Please let me know the implications if any, while carrying out this change.
    Regards,
    Ravi Krishna

    GOTO Se41 Transaction ..
    one example :
    Standard Program : SAPLSLVC_FULLSCREEN
    Status : STANDARD_FULLSCREEN
    use ur program first and status and now click on copy status ...
    copy from standard to custom..

  • List the used ABAP objects

    Hi all,
    I'm looking for a standard tool to list the used ABAP objects (Reports, Include, Function Group, CLASSes) in a time
    frame of one year or at least since the start-up.
    My goal is the identification of the obsolete custom developments to dismiss it.
    I have found the transaction SCOV but the goal of this transaction is the estimation of the code
    coverage during the test.
    Anyone can help me?
    Thanks in advantage

    This kind of data is stored in table MONI - Monitor table MONI (summarized cluster table!) and in some files of the application server (in the OS behind SAP)
    - Transaction STAT or ST03n use data stored in these tables
    - Some FM like [SAPWL_SERVLIST_GET_LIST|https://www.sdn.sap.com/irj/scn/advancedsearch?cat=sdn_all&query=sapwl_servlist_get_list&adv=false&sortby=cm_rnd_rankvalue] and  [SAPWL_WORKLOAD_GET_STATISTIC|https://www.sdn.sap.com/irj/scn/advancedsearch?query=sapwl_workload_get_statistic&cat=sdn_all] may be used to get the data from each application server
    (click on the links to get more information and samples on how to use these FM)
    Regards

  • Tools to list all table-field used by a program

    Hello everyone
    Is there any available tool providing the list of fields used by a program?
    There are several tools to list the tables used by a program but I need to have a list of the fields of those tables.
    Here is a scenario.
    DATA: lv_matnr TYPE matnr.
    SELECT SINGLE matnr INTO lv_matnr FROM mara WHERE mtart = 'FERT'
    WRITE:/ lv_matnr.
    The list should contain the following information:
    MARA-MATNR
    MARA-MTART
    Because both fields are used by the program. None of the other fields of the table mara should be listed.
    Regards
    dstj

    All BlackBerry device use the same APN blackberry.net. This is unique accross all carrier.
    tanzim                                                                                  
    If your query is resolved then please click on “Accept as Solution”
    Click on the LIKE on the bottom right if the post deserves credit

  • Hiding Fields in Standard Program :  RFITEMAR ,LDB : DDF

    Hi Experts,
    Am using standard program : RFITEMAR ,as per my requirement i dont need
    to display all the fields in the standard selection screen,i juss want to hide the fields which
    i dont want to dispaly in the selection, as there are some dependencies i dont want keep that code in active state.
    can anyone pls help me/suggest me with my logic/guidance would be helpful and very much appreciated.
    Regards,
    Ashok.

    Hi Marcin,
    Thnaks for your response.
    SHDO Tcode is used for Transcation Varient which is used to hide the fields
    or display additioal fields in sales order.
    According to my requirement i copied the standard program into a custom program
    thats where am tryig to implement changes.am not sure wether that would fulfill my requirement.
    do let me if know any solution /guidance would be helpful and appreciated.
    Regards,
    Ashok.

  • How to use standard program RSCP_CONVERT_FILE?

    Hi experts,
    I got a requirement to convert the file format from non_unicode to unicode. For that I am using the standard program RSCP_CONVERT_FILE.
    Its working fine for Local PC. But am getting problem while reading file on Application server.
    In selection screen.....in "File with list of source files" what actually i should give?
    Is there any online documentaion for RSCP_CONVERT_FILE.
    Please help me.
    Thanks,
    Shrini

    Hi sandra,
    I did not get you. Could please elaborate?
    Take your time - I'm in no rush...
    Thanks,
    Shree
    Edited by: Rob Burbank on Sep 1, 2009 11:40 AM

  • Need to add field to standard program.

    Hi all
    I need to add a field to standard program whic is from the Ztable.  How do I do it and where should i add the field. 
    Plz help.
    Regrds
    Mona

    My queries is I need to create a ztable and using that ztable field I need to get data. I need to change the output of the standard program that output shud have that field.
    for eg. Company code specific data. this company code field i need to have in program output that means i need to use this ztable in standard program.
    If not clear plz tell me
    mona Please respond to the same thread.
    so everyone could answer for your query.
    if it is a report program copy it as a Zprogram.
    create a ztable in se11 .
    add fields and data entries finish all those work there.
    and in the copied std pgm
    add select-options: s_new_f1 for ztable-f1.
    or u can also use parameters: p_f1 type ztable-f1.
    under : at selection-screen output.
    <perform select query operation for the new ztable.>
    select singe * from table ztable wa_ztable where f1 = p_f1.
    so that the new field willl also come along with the standard output.
    Please check this

  • Add new fields to selection screen for standard billing dule list in CRM

    Hi ,
    I have one issue with standard  program ,tcode is /BEA/IPMI01.
    SUB: Adding  few new fields like IP  to selection screen AND few fields to output list.
    As this is a standard program (tcode: /bea/ipmi01) , i searched for BADI,EXITS but couldn't .
    Can any one help me how to handle this with out cloning the standard one.
    I got some information but succeed.
    in SPRO.
    /CRM/BILLING/SYSTEM ENHANCMENTS/access billing  engine navigator. you will find selection design in the path
    /CRMB/OBJECT/DL/REPORT/SELECTION GROPS/DLA/SELECTION FEIDLS.
    we can find selecton at this place but i couldnot find how to add new fieds.
    Note: i found whatever we do ,  it willl reflect once we regenerated the program.

    Hi,
    You may be able to create an append structure to the standard output structure/table. Go to SE11, open the structure and click on append structure.
    Regards
    Prasenjit

Maybe you are looking for

  • Cube to Cube Data Transfer (Request by Request)

    Dear All, 1. We have a cube for example: X (Transactional Cube) Requirement is: a. Create a New Cube for example: Y (Copy of the above cube) b. Data in Cube X should be transferred to cube Y (see the below note). Imp note: Data from source cube (X) t

  • Iphoto '11 slideshow does not play music from iTunes

    I cannot get iPhoto Slideshow to play music from iTunes.  I read one suggestion to go to iTunes > File > Library > Organize Library > and select REORGANIZE library.  When I do this it does not allow me to REORGANIZE, I can only CONSOLIDATE.  Any sugg

  • How do I open a word doc using Pages?

    I am new to Macs and I have no idea how to open a word document in Pages. I really do not want to keep Windows or Word on the mac so if there is any way to keep Windows off my computer please help.

  • HT1551 apple tv airplay disconnects

    Apple tv 3g plays video from the itouch  to the tv then disconnects after atleast 1 minute.  What seems to be the problem. i tried via wireless and wired but same thing happens. it disconnects after 1 minute or atleast 2 minutes.

  • Developing Help!

    In the video tutorial in iTunes for the introduction to iPhone SDK, it says for my project template to be Cocoa Touch List. I don't have any cocoa touch options displayed on my project templates!