BDC 프로그램 개발시 아래와 같이 I_OPTION 에 옵션을 주잖아요.
여기서 CATTMODE, RACOMMIT, NOBINPT, NOBIEND 이것이 어떤 기능을 하는지
모르겠습니다.
고수님들 좀 부탁드릴게요.
CALL TRANSACTION C_TCODE USING I_BDCDATA
OPTIONS FROM I_OPTION
MESSAGES INTO I_MESSTAB.
댓글 2
-
유리선율
2010.04.09 04:46
DISMODE Processing mode for batch input processing. Values as for the MODE addition. UPMODE Processing mode for batch input processing. Values as for the UPDATE addition. CATTMODE CATT mode for batch input processing. "CATT" means Computer Aided Test Tool. While batch input is mostly used for data transfer, CATT processes are to be viewed as more complex transactions, since they are reusable tests. Values: " " (no CATT mode), "N" (CATT without single screen control), "A" (CATT with single screen control). DEFSIZE Selection as to whether the screens of the called transaction are displayed in the standard screen size. Values "X" (standard size), " " (current size). RACOMMIT Selection as to whether the COMMIT WORK statement terminates batch input processing or not. Values: " " (COMMIT WORK terminates processing), "X" ( COMMIT WORK does not terminate processing). NOBINPT Selection for the symbol field sy-binpt. Values: " " (sy-binpt contains in the called transaction "X"), "X" (sy-binpt contains in the called transaction " "). NOBIEND Selection for the system field sy-binpt. Values: " " (sy-binpt contains "X" after the end of the batch input data in the called transsaction ) "X" (sy-binpt contains " " after the end of the batch input data in the called transaction). -
아밥
2010.04.10 00:39
위 내용은 저도 보았는데요. 무슨 뜻인지 잘 몰라서요.
실제로 옵션을 줄때 마다 어떤 기능이 있는지 해보신분 없으신가요?