Regarding dialog progmming

hi frnds,
How to display the internal table value in screen.
eg.
TYPES: BEGIN OF ST_VBKD,
        BSTKD TYPE VBKD-BSTKD,
        BSTDK TYPE VBKD-BSTDK,
       END OF ST_VBKD.
DATA: IT_VBKD TYPE STANDARD TABLE OF ST_VBKD,
        WA_VBKD TYPE ST_VBKD.
SELECT VBKDBSTKD VBKDBSTDK
    INTO TABLE IT_VBKD
    FROM VBRK
    INNER JOIN VBRP ON VBRKMANDT = VBRPMANDT
                   AND VBRKVBELN = VBRPVBELN
    INNER JOIN VBKD ON VBRPMANDT = VBKDMANDT
                   AND VBRPAUBEL = VBKDVBELN
       WHERE VBRK~VBELN = VBRK-VBELN.
  if sy-subrc = 0.
  endif.
but the problem is the the values nt displaying in my screen.

Hi,
Check if data is fetched into internal table or not i.e check wheather sy-subrc is zero.
if it is zero and still the values are not display on screen use the following statement.
Loop at it_vbkd into wa_vbkd.
endloop.
and make sure that the fields which you are using on your screen are selected from work area wa_vbkd,
not from internal table it_vbkd.
hope this will help you.
Thanks & Regards,
Rajesh Kumar.

Similar Messages

  • Regarding Dialog Boxes

    hi, I am a novice in Labview. I have a doubt regarding dialog boxes. can i make a VI as a dialog without running the VI.
    Thanks in Advance
    Regards
    Soundarya

    Soundarya wrote:
    hi, I am a novice in Labview. I have a doubt regarding dialog boxes. can i make a VI as a dialog without running the VI.
    Thanks in Advance
    Regards
    Soundarya
    Hi Soundarya,
    what do you mean? You can make a vi and use it as a dialog, but why should the vi not run?
    Mike
    Message Edited by MikeS81 on 07-07-2009 09:03 AM

  • Regarding Dialog Box

    hi, This is Akhila.
    I am a novice in Laview. I have a small doubt regarding Dialog Boxes
    Can I add a dialog box in the project same like adding a VI
                                       Thanks in Advance
    Regards,
    Akhila

    You can create a VI that works like a dialog box. See the shipping examples for some examples on dialog boxes. You can also convert an Express VI dialog to a regular VI and save it as your own. See the Help on converting Express VIs to regular VIs.

  • Help regarding dialog work process

    hello experts,
                          In S.A.P abap or abap+java,why we need atleast 2 dialog work process.Is that 2 dialog work process are used for any extra functions?

    Hi,
    it is mandatory to have two dialog work processes within an ABAP-Instance.
    There is no way around.
    It is the same for enqueue process, you have to have exactly one for your ABAP system.
    (Remember: an ABAP system can persist of many instances, but only one central instance).
    Hope, this is helpful.
    Kind regards,
    Achim
    P.S. Never the less, this is the wrong Forum for your question.

  • Regarding Dialog Programs

    Hi,
        My requirement is to record Customer Enquiries and Customer Orders and generate a unique number for every Customer Enquiry and Order .is there any standard program of this type?
    How to  find  the standard dialog programs ?
    Thanks in advance,
    Regards,
    KIshore

    Hi ,
    In SAP through tcode SNRO a number range object is maintained and under that Number intervals are maintianed according to the year.
    What ever code you do and you have to generate a unique number then you have to use Function module
    GET_NEXT_NUMBERS  to generate the next number.
    This funtion module gives you FIRST NUMBER ,LAST NUMBER,CURRENT NUMBER .
    I hope this will help you.

  • Regarding dialoge programming

    Hi experts,
                    Can any please provide step by step procedure for any example Dialoge programming scenario.
    Thanks and regards,
    Sravanthi.

    Hi,
    http://www.sapdevelopment.co.uk/dialog/tabcontrol/tc_basic.htm
    Vey useful link:
    http://sap.mis.cmich.edu/sap-abap/abap09/index.htm
    Other links:
    http://help.sap.com/saphelp_nw2004s/helpdata/en/fc/eb2d40358411d1829f0000e829fbfe/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/10/e7dbde82ba11d295a40000e8353423/content.htm
    For Screens
    http://help.sap.com/saphelp_47x200/helpdata/en/e4/2adbef449911d1949c0000e8353423/content.htm
    Screen elements
    http://help.sap.com/saphelp_47x200/helpdata/en/47/e07f5f2b9911d2954f0000e8353423/content.htm
    Processing Screens
    http://help.sap.com/saphelp_47x200/helpdata/en/47/e07f682b9911d2954f0000e8353423/content.htm
    Complex Screen elements
    http://help.sap.com/saphelp_47x200/helpdata/en/fd/02da2a61d811d295750000e8353423/content.htm
    DIALOG Programming
    http://help.sap.com/saphelp_webas630/helpdata/en/9f/db9cdc35c111d1829f0000e829fbfe/content.htm
    http://www.sapdevelopment.co.uk/dialog/dialoghome.htm
    http://www.sap-img.com/
    http://help.sap.com/saphelp_46c/helpdata/en/08/bef2dadb5311d1ad10080009b0fb56/content.htm
    http://www.sapgenie.com/links/abap.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/c9/5472fc787f11d194c90000e8353423/frameset.htm
    http://help.sap.com/saphelp_47x200/helpdata/en/52/670ba2439b11d1896f0000e8322d00/frameset.htm
    http://www.allsaplinks.com/dialog_programming.html
    http://sap.mis.cmich.edu/sap-abap/abap09/
    http://www.sapdevelopment.co.uk/dialog/dialoghome.htm
    http://help.sap.com/saphelp_webas630/helpdata/en/9f/db9cdc35c111d1829f0000e829fbfe/content.htm
    http://sap.mis.cmich.edu/abap-00/
    http://www.allsaplinks.com/files/using_table_in_screen.pdf
    http://help.sap.com/saphelp_46c/helpdata/en/08/bef2dadb5311d1ad10080009b0fb56/content.htm
    http://www.sapgenie.com/links/abap.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/c9/5472fc787f11d194c90000e8353423/frameset.htm
    http://www.sapdevelopment.co.uk/dialog/dialoghome.htm
    http://help.sap.com
    http://www.sapgenie.com/abap/example_code.htm
    http://help.sap.com/saphelp_47x200/helpdata/en/52/670ba2439b11d1896f0000e8322d00/frameset.htm
    http://www.allsaplinks.com/dialog_programming.html
    http://www.sapbrain.com/TUTORIALS/default.html
    http://www.sappoint.com/abap/spmp.pdf
    http://sappoint.com/abap.html
    http://www.sap-img.com/abap.htm
    http://sap.ittoolbox.com/code/archives.asp?i=10&t=450&a=t
    http://www.sapdevelopment.co.uk/dialog/dialoghome.htm
    http://www.sap-img.com/abap/
    http://www.sapdevelopment.co.uk/dialog/dialoghome.htm
    http://www.sap-img.com/
    http://www.sappoint.com/faq/faqdiapr.pdf
    http://www.allsaplinks.com/dialog_programming.html
    http://help.sap.com/saphelp_46c/helpdata/en/d3/2e974d35c511d1829f0000e829fbfe/frameset.htm
    regds,
    paras

  • Doubt in dialog progms

    hi experts,
       if any one knows plz give me reply.
    1. Why we are using atleast empty loop in PBO,PAI while usign Table control in Screen painter. wht's the correct reason?
    2. Wht is the difference between call screen, set screen, leave screen?
    3. How the chain and end chain concept works in SE51.
    plz give some solutn, point will be sure.
    Gowri

    Hi
    Since Table control always holds a Range of records we use Loop..endloop..
    both in PBO and PAI
    see the doc for table control
    syntax:
    CONTROLS  ON CHAIN-INPUT|CHAIN-REQUEST.
    ENDCHAIN.
    Check this out
    http://help.sap.com/saphelp_nw04/helpdata/en/9f/dbabbd35c111d1829f0000e829fbfe/content.htm
    http://help.sap.com/saphelp_47x200/helpdata/en/d1/801ca2454211d189710000e8322d00/frameset.htm
    Set screen and Leave Screen are used to leave the current screen
    SET SCREEN 100.LEAVE SCREEN.
    It is similar to LEAVE TO SCREEN 100.
    Reward points for useful Answers
    Regards
    Anji

  • Questions regarding Dialog component.

    JDeveloper 11g + ADF BC + ADF RC
    I have two questions about the af:Dialog component.
    First, I notice there is a property called 'AffirmativeTextAndAccessKey'. Is there any way to set that to a double-click event?
    Second, is there any way to stretch a component like a table to fill up all of the white space availabe in a Dialog component? Maybe there is some layout component I can use to accomplish this?
    Greatly appreciated.

    Hi,
    Q1: No
    Q2: have a look at the Web Developer Guide for components that stretch their children and those that are stretchable
    http://download.oracle.com/docs/cd/E12839_01/index.htm
    Frank

  • Regarding Dialog Prog

    Hi,
            I want to know about the steps to create dialog program,

    Hey,
    If the field name is FLD1 here is the code you need to write in the PAI module
    field FLD1 module check_fld1.
    Inside module check_fld1 u need to code your validations. Also refer the help for ON-INPUT and ON-REQUEST additions.
    -Kiran
    *Please reward helpful answers

  • Dialog instance Installation clarification

    While installing Dialog Instance on ERP 2005 server ( distributed system based on AS ABAP) , in the last stage it gave error " Java processes of instance s36/D01 Java: UNKNOWN did not reach state PARTRUNNING after 20:00 minutes. Giving up."
    Are there some prerequisites regarding dialog instance installation .
    My goal is to install webdispacher for the system.

    From the error information that pasted, there is not enough to pinpoint where is the rootcause is.
    You can check in in your java bootstrap log / dev_jcontrol / sapinst_dev.log, if there is any detailed or specific error.
    Typically it is due to misconfiguration, i.e dns / profile parameters (
    Typically, we should check:
    - if enough disk space for /usr/sap/SID and installation temp directory
    - Directory permission
    - J2EE engine Parameter, i.e SAP Note 741289
    - check if J2EE is indeed running well. see also SAP Note 764417 & 723909
    - did you refer to any official SAP Installation guide ?
    cheers,
    Vincent

  • Dialog box message using conditon

    Hello Sir,
    Actually i use numeric conditioned  case structure when it fells that condition it gives me some dialog box which contais some message.
    but when i click on ok button of one button dialog box, it does not disappears   .
    how i feed the numeric value inside that numeric control..
    for that perpose i search a lot i got something dynamically calling of subvi but i do not know how to make this dyanamically called subvi.,
    I need to know about dynamic subvi(pop-up vi)regarding dialog box...
    But i use labview 8.5 thats why i am not able to open that example because it is in labview 5.0
    Can you please tell me how to open that example ??
    Example Program: Using VI Server to Call SubVIs that Run Parallel and Independently of the Calling V...
    Thanks and Regard,
    Ashwini Lele
    Attachments:
    Untitled new.vi ‏16 KB

    Ashwini,
    I don't understand what your exact problem is, but i can give you some feedback on the VI:
    1) It is good to include timing into loops. But your comment implies, that you do not use timing in loops which are not connected to UI-controls. This is bad. You should always include timing into loops except if you want something (which has to be finit in execution!) to execute as fast as possible.
    2) Your timing is 1s. This is far too long for proper interaction. Tests showed, that delays about some 100ms lead to misusage of the application. So please lower the time to something around 100-250 ms.
    3) The VI checks "MR" against 4 and then decides if it should continue in the loop or to show the dialog. This is not good since the comparison is only done once in the beginning.
    4) Never use the "run continuous" button!
    hope this helps,
    Norbert
    CEO: What exactly is stopping us from doing this?
    Expert: Geometry
    Marketing Manager: Just ignore it.

  • Subscreen selection screen for function pool program

    Hi,
    I have a requirement wherein i need to make the parameter field flexible( meaning can exclude, include values etc). Same function as select-options. The parameter was created in a dialog progmming.
    The problem here is that i am using function pool. I have tried to use subscreen but it is only applicable on report program. Is anyone knows if this is possible. Or is there any way to make the field as select-option without using call subscreen?
    Please help!
    Thanks in advance!

    Hi,
    No need to create separate Fields ,only create as parameter.
    for your Reference check below code.
    DATA : lv_title             TYPE sy-title,
                ls_description TYPE rsfldesc,
                lt_selopt          TYPE STANDARD TABLE OF rsdsselopt.
    PARAMETER : p_field TYPE ausp-atwrt .
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_field.
      lv_title = 'TEST'.
      ls_description-type    = 'C'.
      ls_description-length  = '30'.
      ls_description-olength = '30'.
      CALL FUNCTION 'COMPLEX_SELECTIONS_DIALOG'
        EXPORTING
          title                    = lv_title
          description       = ls_description
          help_field         = 'AUSP-ATWRT'
        TABLES
          range               = lt_selopt
        EXCEPTIONS
          no_range_tab      = 1
          cancelled         = 2
          internal_error    = 3
          invalid_fieldname = 4
          OTHERS            = 5.
      IF sy-subrc NE 2.
        MESSAGE ID sy-msgid TYPE 'S' NUMBER sy-msgno
        WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      ENDIF.

  • E Recruitment External candidate user id in SU01

    Dear All,
    while creating user name for  external candidate through HRRCF_CAND_REG, a user name is getting created with some different sequence and we can see it in SU01. will SAP treats it as a new user when it comes to user licences or will SAP ignore this user. please let us know if we are missing on something.
    Regards

    Dear ,
    Following information about E-Recruiting user licenses:
    For Reference User,Service user & Communication user you may please refer to the chapter 13.7 of the System Measurement guide 7.0 available in the service market place (service.sap.com/licenseauditing   >Named
    user Measurement     > Documentaion) Please also refer to the SAP Notes
    327917 & 553606)
    Regarding Dialog Users, You need to customize some special user types to identify these users like the following:
    Special user 01 (ID 71): e-Recruiting, External
    Special user 02 (ID 72): e-Recruiting, Internal
    a.For the External Candidates who log on to SAP System Via URL- Should be classified with Special user 01(71)= e-recruiting External
    b.Internal Candidates who are employees (and not already have a chargeable user in another SAP System)Should be classified with Special user 02 (72) = e-Recruiting,Internal
    So the external users (ID71) are not counted against your e-recruiting
    user licenses!
    This is 100% assurance..
    Best Regards,
    Deepak...

  • Need help regarding Modal dialog box in module pool programming

    Hi experts,
    my program need a dialo box to popup and take some data and on pressing save button in the dialog box, the popup should close and the values in the previous screen should be updated.
    my problem is, when i execute the program, i am unable to close the dialog box. i tried use sy-ucomm but found it of no use.
    please tell me the way to access the close button in the dialog box.

    Hi,
    Use the function module :-
    Call function ‘LC_POPUP_TO_CONFIRM_STEP’
    Exporting
    TEXTLINE1 = ‘YES’
    TEXTLINE2 = ‘NO’
    TITEL = ‘R U WANT TO SAVE’
    Exporting
    ANSWER = ‘Y’.
    IF SY-SUBRC = ‘Y’.
    LOGIC TO SAVE DATA….
    ENDIF.
    REGARDS,
    Mekala vijay

  • Regarding ABAP user Dialog

    Dear SAP people
                 I heard the netweaver recently.i would like to know about ABAP Dialog programming role in NetWeaver.
    Regards
    Saravanan

    You can do it as it was before. There is nothing of ABAP disapearing in NetWeaver. There are only additional new technologies.
    Regards,
    Benny

Maybe you are looking for