I want to know about the POPUP_SHOW_INTTAB function module.

what are all the parameters that needs to be passed.

Hi there,
I've played around with this FM recently and tested it in a demo program. It is a bit complex to display the data of an internal table this way. You have many options to design your output. Perhaps you will get a better insight on the parameters by checking my demo-program.
Good luck.
REPORT  zmd_oce_057.
TYPES: BEGIN OF ts_itab1,
         tdobject TYPE ttxid-tdobject,
         tdid   TYPE ttxid-tdid,
         tdtext TYPE ttxit-tdtext,
       END OF ts_itab1.
TYPES: tt_itab1 TYPE SORTED TABLE OF ts_itab1 WITH UNIQUE KEY tdobject tdid,
       tt_itab2 TYPE STANDARD TABLE OF ts_itab1.
TYPES: BEGIN OF ts_ttxit,
         tdobject TYPE ttxit-tdobject,
         tdid     TYPE ttxit-tdid,
         tdtext   TYPE ttxit-tdtext,
       END OF ts_ttxit.
TYPES: tt_ttxit TYPE SORTED TABLE OF ts_ttxit WITH UNIQUE KEY tdobject tdid.
TYPES: BEGIN OF ts_fldlst.
        INCLUDE STRUCTURE dd03p.
TYPES: END OF ts_fldlst.
TYPES: tt_fldlst TYPE STANDARD TABLE OF ts_fldlst.
DATA: gt_itab1   TYPE tt_itab1,
      gt_itab2   TYPE tt_itab2,
      gs_itab1   TYPE ts_itab1,
      gt_ttxit   TYPE tt_ttxit,
      gs_ttxit   TYPE ts_ttxit,
      gt_fldlst  TYPE tt_fldlst,
      gs_fldlst  TYPE ts_fldlst,
      gd_tabname TYPE dd03p-tabname,
      gd_index   TYPE i,
      gd_langu   TYPE t002-laiso.
  SELECT tdobject tdid
  FROM ttxid
  INTO TABLE gt_itab1.
  SELECT tdobject tdid tdtext
  FROM ttxit
  INTO TABLE gt_ttxit
  WHERE tdspras = sy-langu.
  LOOP AT gt_itab1
  INTO gs_itab1.
    gd_index = sy-tabix.
    READ TABLE gt_ttxit
    INTO gs_ttxit
    WITH KEY tdobject = gs_itab1-tdobject
             tdid     = gs_itab1-tdid.
    gs_itab1-tdtext = gs_ttxit-tdtext.
    MODIFY gt_itab1
    FROM gs_itab1
    INDEX gd_index
    TRANSPORTING tdtext.
  ENDLOOP.
Language according to ISO 639
  CALL FUNCTION 'CONVERSION_EXIT_ISOLA_OUTPUT'
    EXPORTING
      input  = sy-langu
    IMPORTING
      output = gd_langu.
mandatory fill 'FELDLISTE'
  gs_fldlst-tabname    = 'gt_itab2'.
  gs_fldlst-fieldname  = 'TDOBJECT'.
  gs_fldlst-ddlanguage = gd_langu.
  gs_fldlst-position   = '1'.
  gs_fldlst-rollname   = 'TDOBJECT'.
  gs_fldlst-intlen     = 10.
  APPEND gs_fldlst TO gt_fldlst.
  gs_fldlst-tabname   = 'gt_itab2'.
  gs_fldlst-fieldname = 'TDID'.
  gs_fldlst-ddlanguage = gd_langu.
  gs_fldlst-position   = '2'.
  gs_fldlst-rollname   = 'TDID'.
  gs_fldlst-intlen     = 4.
  APPEND gs_fldlst TO gt_fldlst.
  gs_fldlst-tabname   = 'gt_itab2'.
  gs_fldlst-fieldname = 'TDTEXT'.
  gs_fldlst-ddlanguage = gd_langu.
  gs_fldlst-position   = '3'.
  gs_fldlst-rollname   = 'TDTEXT'.
  gs_fldlst-intlen     = 30.
  APPEND gs_fldlst TO gt_fldlst.
non-standard tables cannot be passes with tables!
mandatory fill 'INTTAB'
  gt_itab2[] = gt_itab1[].
mandatory fill 'TABNAME'
  gd_tabname = 'Incompletion_log'.
  CALL FUNCTION 'POPUP_SHOW_INTTAB'
    EXPORTING
     tabname   = gd_tabname
    TABLES
      feldliste = gt_fldlst
      inttab    = gt_itab2.

Similar Messages

  • HT1349 I want to know about the service of my computer with a serial number CO2GG9LCDJWT

    I want to know about the service of my computer with a serial number CO2GG9LCDJWT.   As I recall, I bought the service for three years...

    Are you perhaps trying to reach Apple Support?
    We are all users here, just like you.
    Contact Apple Support here:
    http://www.apple.com/support/contact/

  • I am thinking of upgrading my Macbook pro software to Mountain lion, and I just wanted to know if the airplay function is really all its cracked up to be?

    I am thinking of upgrading my Macbook pro software to Mountain lion, and I just wanted to know if the airplay function is really all its cracked up to be?
    For example can I stream videos from VLC to my apple tv?
    Thanks team!!
    R

    Your question asked.....
    Can either of these three connect to the existing router (which is not an Apple router and cannot be changed) wireless?
    So we understood that you wanted to connect to the existing router using wireless.
    If you can run an Ethernet cable from one of the LAN <-> ports on your existing router to the other house, then you could connect one of the Apple routers that way.
    Compare the Apple routers here to find one that might meet your requirements:
    http://www.apple.com/compare-wifi-models/

  • Umair: I want to know about the new Apple Trade in program?If any apple employee on the forum,get in contact with me.

    Umair: I want to know about the new Apple Trade in program?If any apple employee on the forum,get in contact with me.

    iUmair wrote:
    I want to know how Apple measure the value of old iPhone?
    Then contact Apple and ask them.  Nobody here woul know.
    How can people from outside US can participate.
    They can't at this time.

  • I want to know about the new MOZILLA OS ?

    i want to install new mozilla OS in my mobile. So, i want the whole deatail about the OS.

    iUmair wrote:
    I want to know how Apple measure the value of old iPhone?
    Then contact Apple and ask them.  Nobody here woul know.
    How can people from outside US can participate.
    They can't at this time.

  • HI i want to know about The F.M : NUMBER_GET_NEXT

    HI experts.,
    I want to know ,what is the use of the Function Module : NUMBER_GET_NEXT
    what purpose it was used,how it will useful.
    Thanks In Advance ,
    Hitu

    Hi,
    It will generate the next number based on the type of object u pass.
    See the following link for example
    F.M NUMBER_GET_NEXT
    Regards,
    Aparna

  • [Info] Want to know about the existence of Illustrator debug build

    Hi All,
    I am the new one in Illustrator. and have a query about Adobe Illustrator product.
    Question: Does Adobe provide a debug build for Illustrator?
    Please let me know about this.
    Regards,
    Alam

    As we have two separate build(debug and release) for InDesign
    So let me know clearly - Does we have two separate build(debug and release) in Illustrator or We have only one build.
    Regards
    Alam

  • Please suggest about the MM;functional module.

    Hi All,
    Myself Megha, i am new in the SAP world and would like all you gurus to guide me with right path.I am an Engineer in IT with 2 years of work x in Network Aminstraton, As per my qualifications i am eligble for SAP technical module(Basis), but my personal intrest is in retail sector. So i want to go for MM module(Procurrement).
    If you guys can suggest me about the technical difficulties and future prospectives, then it will be a great help.
    THANKS
    Megha Mittal

    Hi..
    to sum up MM .. and life cycle
    MM – Material Management
    MM module allows the company  to manage  on time the
    stocks, procurement, and purchase templates.
    - Purchasing,
    - Inventory Management
    -      Consumption Based Planning
    -      Logistics Invoice Verification
    -      External Services Management
    -      Evaluation
    -      Supplier Workspace
    -      Information systems
    comming to procurement ..
    Procurement starts with requirement which is triggered by MRP. Requirement can be Dependent Requirement (Sale Order, Production Order) or Independent Requirement (Stationery Requirement).
    Procurement: Procurement just not involves procuring of material. When a Requirement Triggers, right from creation of Requisition to sending the Purchase order to vendor is taken care by Procurement. This involves creation of Requisition, approval of Requisition, creation of RFQ if needed, converting of Requisition to Purchase order, identifying medium to send PO to vendor, and PO monitoring.
    1.  Initial Screen    Dead Line  Purch Org  Purch Grp
    2.Collective
    3.Item Detail   Material  Qty
    4.VendorDetails
    Few Transaction Code:
    ME51n: Create PR
    ME52n: Change PR
    ME53n: Display PR
    ME54n:  Release PR individually
    In a PO, materials or services can be procured for all the Plants attached to the Purch
       Org. for which PO is created
    Standard PO, Subcontracting PO, Consignment PO, STO and Third Party PO are
          different types of PO and they are differentiated with Document Type.
    Document Overview screen PO, displays different Purchasing documents like RFQ, PR,      other PO’s.
    with regards,
    hari kv

  • I want to know about the J2ME Polish

    Hi all,
    I am developing a application in that i was supposed to display the text in align to the String.I am getting the content from the file and i want to display the text in align.
    when i am retreiving the text from the specified file it was displaying in the horizantal manner.
    Is there is any method to display the text in align
    THANKS IN ADVANCE

    Hello
    i am having an hard time understanding and using J2ME polish.
    (Why make things so hard when they can be made easy..... )
    I am trying to use J2ME polish to change the background color of my application. I coded the application using netbeans mobility 5.0 and i used objects likes form, waitscreen and UI components of Netbeans.
    I did not manage to compile it using j2ME polish build.xml file, He does not find the netbeans classes, he cannot not obfuscate and i can not really compile it for MiDP 2.0 CLDC 1.1
    please icould you provide me a build.xml file running with netbeans, something not too huge like the one in J2ME polish samples?i work under Linux which make the process even more complex...
    Any advises or guildelines are welcome
    thanks a lot
    sebastien

  • Want to know about the AirPort Express and AirTunes

    I have been contemplating purchasing an AirPort Express to stream music from my bedroom into the entertainment room in a 4 bedroom apartment. I have a wireless G D-link router which could be better but its not going to get better any time soon. As far as AirTunes goes, i have been researching it but still have questions on how it works exactly. Also, is it possible to play music through the speakers that are currently hooked up to my computer and through the stero in my living room simulaneously with this device.

    So i have the airport express and i want to use internet at the same time as streaming my music to my stereo. I also have a router that i normally use for internet. My problem is, how do i use them at the same time because the airport run's or the router runs not both. I tried running a ethernet cord from the router to the airport express, and i can now recieve internet and stream music, but i want to be able to use my router instead of the express. also if i can't and have to go through the express, can i password protect the internet connection because i have no idea how to use settings for this device?

  • Hi I want to know about the datamartstatus???

    Hi eany body can replay for my questions is please....
    1). What is the use of datamartstatus?
    2).the datamartstatus is it required in reporting?
    3).what is the significance of datamartstatus?

    Hi kishore,
    Data mart status enables you to know the current state of data in your datamodel(or rather Data Flow). It helps you to identify if the data is updated in completeness to ur data target.
    Nevertheless, it signifies when an enduser can execute a report based on the status ( even a BI user)
    If the data mart status is not "Complete", it makes no sense for a user, to execute a report based on the Data Target.
    In high traffic Business systems, the Data Mart has its significance as it determines the state of the Data in the Data Mart, which prevents discrpancies in Reporting.
    Hope it helps

  • Want to know about the resultset closed exception

    hi,
    in my java programming, i have used two resultset objects.also two statement object have used.
    but the first resultset object is closed immediately after the second resultset object was created.
    then i have to use two resultset objects for my coding.
    what can i do?
    plzsnd me reply.

    You cannot have two result set simultaneously because you have only one cursor.
    To resolve this, you could store the data into a collection (a list form example) from the first result set that you close it. Then you open the second one and do your tasks using the collection.
    I think your problem could be resolved using PLSQL,
    hth

  • I want to know about the role of AS application binaries, remote filesystems, and local filesystems in building a development environment on the iplanet application server.

     

    I think you need to be more specific in your question.
    The typical development environment involves the developer having his own copy of the application server binaries, executing code off of the local filesystem, and developing on the local filesystem. (Using some version control system to sync his code with the team code.) The most common reason for this is that most people are using Windows as a development platform.
    That said, it doesn't have to be that way. There is nothing preventing you from using a remote filesystem for the app server binaries. (Or even running your development server remotely.)
    What exactly are you trying to accomplish?

  • I need to know about FICO with functional flow diagrams!!! Anyone please?z

    hi friends,
    I want to know about the functional flow of FICO module. help me plz.
    regards,
    durai

    Hi:
    To know FICO in detail with functional flow diagrams or with documentation,
    Begin with SAP FICO Overview which explains the functionality of each sub-module.
    Regarding how it internally works in enterprises, You should know about SAP Implementation . In SAP Implementation
    ASIS  and Business Blueprint is prepared. This is used to configure SAP in order to meet the business requirement of the organization.
    Normally what the orgranization does manually i.e recording of journals in registers.
    SAP is ERP Software, in which the users records all the business  transactions in SAP Software.
    This will help the Management to know Financial results at the end of the year.
    Please give a reading to this SAP Implementation
    http://en.wikipedia.org/wiki/SAP_Implementation
    Also try to read SAP Case studies.
    Please let me know if you need more information.
    Assign points if useful.
    Regards
    MSReddy

  • I want to know about two year contract

    hai i am sudharsan i am want to know about the two year contract of iphone 5s @99$ at uk but i bought that but i have to go to india for a month .just expalin about that for me

    Ask the carrier. The contract is with the cellular carrier, not Apple.

Maybe you are looking for

  • Any workaround for mixed media playlist on ipod classic?

    On Itunes I can create a mixed media playlist (music and music videos) I can put that playlist on my ipod. But when it comes to playing the video the ipod will only show the audio if coming from the playlist. It shows up fine when being accessed via

  • Why can't I access my old mail in osx10.7.5?

    I have recently upgraded my operating system to OSX 10.7.5 and now in mac mail I can't see any messages older than two weeks, I only get a loading message as if it is trying to access it from somewhere. Have I lost all my mail data?

  • Printer profiles not recognised in Photoshop CS6 print dialogue

    Note that the Illustrator, Indesign and Acrobat print dialogues see all my (custom) printer profiles. Even Photoshop sees them in the Apply Profile and Convert to Profile dialogues: just not when trying to print. Is this a known problem?

  • CRM Business Pkgs

    Hi Gurus, I am facing some problem with CRM business Packages. I am using Customer role “com.sap.pct.crm.customer”, and for this system definition (SAP_CRM) is defined correctly. Whenever user login to portal, he see an error message “Your session is

  • Adding Songs I bought from Real Tunes

    I've just gotten into the World of Pods, MP3, Computer Tunes, etc. I've been trying out various applications. So far I like iTunes, but I have tracks and albums I bought when I was using Real Player (.rax files). Can't I now play those songs using iT