SAP ABAP BDC Coding Block

* 코딩블럭 해제하기
  DATA: ctu_params TYPE ctu_params.
  CLEAR ctu_params.
  ctu_params-dismode = mode.
  ctu_params-updmode = ‘S’.
  ctu_params-racommit = ‘X’.
  ctu_params-nobinpt = ‘X’.
  CALL TRANSACTION tcode USING bdcdata
                                   OPTIONS FROM ctu_params
                                   MESSAGES INTO messtab.

Subscribe
Notify of
guest
5 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
Channy
15 years ago

오홋!! ABAP 개발자이신가요??
제가 많은 도움을 받아야 할것 같네요^^
앞으로 자주 올께요ㅋ

Neal
15 years ago

ㅋㅋ 지금은 Web Dynpro로 개발하고 있지요. 저도 도움 많이 받아야 할듯..^^

Clara Couto
15 years ago

Very, very nice work! Thak you. http://www.lehmanad.com

Gavin Issacson
15 years ago

Very useful information was found here, thank you for%