Saturday, July 6, 2013
  • Use function module HRWPC_RFC_IT0XXX_TEXT_GET to read texts from IT0019. 

Sample program:

  • Create one program ZTEST_NOTEPAD by assigning LDB PNP.
  • Copy the below code.
    REPORT ztest_notepad.
    TABLES pernr.
    INFOTYPES: 0019.
    
    DATA ls_pskey  TYPE pskey.
    DATA lt_it_txt TYPE STANDARD TABLE OF hrwpc_s_infotype_text WITH HEADER LINE.
    
    START-OF-SELECTION.
    
    GET pernr.
      LOOP AT p0019.
        MOVE-CORRESPONDING p0019-pskey TO ls_pskey.
        CALL FUNCTION 'HRWPC_RFC_IT0XXX_TEXT_GET'
          EXPORTING
            pskey         = ls_pskey
          TABLES
            infotype_text = lt_it_txt.
        LOOP AT lt_it_txt.
          CASE sy-tabix.
            WHEN 1.
              WRITE:/ lt_it_txt-textline.
            WHEN 2.
              WRITE:/ lt_it_txt-textline.
            WHEN 3.
              WRITE:/ lt_it_txt-textline.
          ENDCASE.
        ENDLOOP.
      ENDLOOP.
    

2 comments:

  1. nice site.
    visit http://educationaldatabase.com/
    http://fulltelugu.com/

    ReplyDelete
  2. Time out errors are abrupt errors and to fix them at the earliest stage helps in protecting your account. If you are facing time out errors in Binance account and looking for ways to deal with it, you can always take help from the team who is there to assist you. You can call on Binance customer service number which is always there as users can contact the team anytime and provide solutions which are easy to access. Talk to the team for fruitful results and get verified solutions immediately.

    ReplyDelete

Your useful comments, suggestions are appreciated.Your comments are moderated.

Followers

Contact Form

Name

Email *

Message *

Web Dynpro ABAP Book

An SAP Consultant

Follow US


Want to Contribute ?

If you are interested in writing about the new stuff you learn everyday while working, please write to the.sap.consultants@gmail.com.

Click on Contribution for more details.