摘要: The SAP ABAP code below demonstrates how to implement row selection functionality to a dynpro table control so that the user is able to select / highl 阅读全文
posted @ 2020-02-28 20:06 Park_SAP 阅读(40) 评论(0) 推荐(0)
摘要: Step 1 (Create new structure for table control) Type is name of structure (ZTC_EKKO) and press create Enter the fields that you want to display in the 阅读全文
posted @ 2020-02-28 20:03 Park_SAP 阅读(201) 评论(0) 推荐(0)
摘要: 以下の例では、内部テーブルを使用した並行ループを伴わない LOOP によってテーブルコントロールが処理されます。スクロールバーに加え、ユーザは機能コードを含むプログラム制御のスクロールを実行することもできます。 REPORT demo_dynpro_tabcont_loop. CONTROLS fl 阅读全文
posted @ 2020-02-28 19:43 Park_SAP 阅读(1674) 评论(0) 推荐(0)