This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| *&---------------------------------------------------------------------* | |
| *& Report Creating a vendor, sample API coding | |
| *& | |
| *&---------------------------------------------------------------------* | |
| *& Test for creation of vendor | |
| *& | |
| *&---------------------------------------------------------------------* | |
| REPORT ydemo. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| REPORT zpo_texts. | |
| TABLES: ekko. | |
| TYPE-POOLS : abap, slis, rsanm, icon. | |
| DATA: lt_ekko TYPE STANDARD TABLE OF ekko. | |
| DATA: l_rec(5) TYPE n. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| METHOD if_ex_me_process_po_cust~check. | |
| * Check the purchase order type and save the text | |
| DATA: lv_tdid TYPE tdid, | |
| lv_texttype TYPE mmpur_texttypes, | |
| lt_text_lines TYPE mmpur_t_textlines, | |
| lt_text_format TYPE mmpur_bool, | |
| lv_header TYPE mepoheader, | |
| lv_lines TYPE i. |
NewerOlder