주간 베스트 월간 베스트 3개월 베스트 베스트 게시물
연길시 신화서점 조선말 도서

[SAP개발] 개발에서 사용할만한 Function 정리

지구인 | 2009.07.09 00:05:33 댓글: 0 조회: 5112 추천: 0
분류sap https://life.moyiza.kr/itstudy/1758645
BP_EVENT_RAISE : ABAP/4 program에서 이벤트를 발생시킨다.

BP_JOBLOG_READ : job 수행log를 가져온다.
COMMIT_TEXT : SAP으로 long text를 로드한다.
DOWNLOAD : 현재서버(PC)로 문서를 다운로드 한다.
DYNP_VALUES_READ : dynpro에서 값을 읽어온다.
이 Function 은 리포트 selection-screen에서 값을 읽어올 때도 쓰임.
DYNP_VALUES_UPDATE : DYNP_VALUES_READ과 비슷, 이 펑션은 dynpro에서 필드 업데이트를 허용한다. 기준이 되는 필드에 대한 또다른 필드 값을 변형시키고자
할 때 쓴다.
EPS_GET_DIRECTORY_LISTING : local 또는 network drive에서 filename의 리스트를 돌려준다
F4_DATE : popup창에서 카렌다를 보여주고 날짜 선택가능하게 한다.
또는 읽기전용으로만 할수도 있슴.
FILENAME_GET : popup되면서 유저에게서 filename을 가져온다.
유저가 cancel하려면 빈칸으로 함.
FTP_CONNECT : FTP server에 접속시 연결 또는 log in.
FTP_COMMAND : FTP server에서 명령을 내릴 때 사용한다.
FTP_DISCONNECT : FTP SERVER를 종료한다.
G_SET_GET_ALL_VALUES : set에서 값을 가져온다.
HOLIDAY_GET : Factory 달력과 holiday 달력에 바탕을 두고 모든 공휴일의 테이블을 제공한다.

INIT_TEXT : SAP에서 long text를 load한다.
LIST_TO_ASCII : ABAP report를 OTF에서 ASCII로 컨버팅한다.
LIST_FROM_MEMORY : SUBMIT ... EXPORTING LIST TO MEMORY명령으로 실행한 리포트에서 메모리값을 가져온다. WRITE_LIST참고.
MONTH_NAMES_GET : 각각의 언어의 모든 달과 이름을 돌려준다.
MS_EXCEL_OLE_STANDARD_OLE : file 생성후, 자동으로 Excel프로그램 실행한다.
POPUP_TO_CONFIRM_LOSS_OF_DATA : user가 delete명령같은 것을 실행할 때 dialog box생성한 다.
POPUP_TO_CONFIRM_STEP : user가 다음 단계로 실행을 원할 때 dialog box 를 생성한다.
POPUP_TO_CONFIRM_WITH_MESSAGE : user가 수행중 어떤 특정한 결정을 내리는 부분에 있을 때, 정보제공 dialog box를 생성한다.






















POPUP_TO_CONFIRM_WITH_VALUE : user가 특정한 object로 작업을 수행하기를 원할 때 question box를 생성한다.
POPUP_TO_DECIDE : user에게 radio button을 제공하여 결정하게 한다.
POPUP_TO_DECIDE_WITH_MESSAGE : user에게 분류된 text를 제공함으로써 결정하게 하는 dialog box를 생성한다.
POPUP_TO_DISPLAY_TEXT : 두 줄로 된 dialog box를 생성한다.
POPUP_TO_SELECT_MONTH : 달을 선택하게 한다.
POPUP_WITH_TABLE_DISPLAY : 사용자에게 선택한 table을 table line값과 함께 보여준다.
READ_TEXT : SAP에서 long text를 load한다.
RH_START_EXCEL_WITH_DATA : starts Excel with the contents of an internal table.
RH_STRUC_GET : Returns all related org info
RP_CALC_DATE_IN_INTERVAL : Add/subtract years/months/days from a date
RP_LAST_DAY_OF_MONTHS : Determine last day of month
RS_REFRESH_FROM_SELECTOPTIONS : Get the current contents of selection screen
RS_SEND_MAIL_FOR_SPOOLLIST : Send message from ABAP/4 program to SAPoffice.
RS_VARIANT_CONTENTS : Returns the contents of the specified variant in a table.
RZL_SLEEP : Hang the current application from 1 to 5 seconds.
RZL_SUBMIT : Submit a remote report.
RZL_READ_DIR_LOCAL : Read a directory on the Application Server
RZL_READ_DIR : If the server name is left blank, it reads a directory from local presentation server, otherwise it reads the directory of the remote server
RZL_READ_FILE : Read a file from the presentation server if no server name is given, or read file from remote server. Very useful to avoid authority checks that occur doing an OPEN DATASET.
RZL_WRITE_FILE_LOCAL : Saves table to the presentation server (not PC). Does not use OPEN DATASET, so it does not suffer from authority checks!
SAPGUI_PROGRESS_INDICATOR : Display a progress bar on the SAP GUI, and give the user some idea of what is happening
SAVE_TEXT : To load long text into SAP
SCROLLING_IN_TABLE : If you are coding a module pool and using a table- control, you can use this function SCROLLING_IN_TABLE to handle any scrolling. (provided by Paul Kjaer)
SD_DATETIME_DIFFERENCE : Give the difference in Days and Time for 2 dates
SO_NEW_DOCUMENT_ATT_SEND_API1 : Send a document as part of an email. The documentation is better than normal for this function, so please read it.
SO_SPOOL_READ : Fetch printer spool according to the spool number informed.
SO_SPOOL_READ : SAPoffice: Read a Spool Entry
SO_WIND_SPOOL_LIST : Browse printer spool numbers according to user informed.
TERMINAL_ID_GET : Return the terminal id
TH_ENVIRONMENT : Get the UNIX environment
TH_POPUP : Display a popup system message on a specific users screen.
TH_REMOTE_TRANSACTION : Run a transaction on a remote server. Optionally provide BDC data to be used in the transaction
TH_USER_INFO : Give information about the current user (sessions, workstation logged in from, etc)
TH_USER_LIST : Show which users are logged into an app server
UNIT_CONVERSION_SIMPLE : convert weights from one UOM to another.
UPLOAD : upload a file to the presentation server (PC)
WRITE_LIST : Useful for writing out the list contents that result from the function LIST_FROM_MEMORY.
WS_DOWNLOAD : Save Internal Table as File on the Presentation Server
WS_EXCEL : Start EXCEL on the PC
WS_EXECUTE : execute a program on a windows PC
WS_FILE_DELETE : Delete File at the Frontend
WS_FILENAME_GET : Call File Selector
WS_MSG : Create a dialog box in which you display an one-line message.
WS_UPLOAD : Load Files from the Presentation Server to Internal ABAP Tables
WS_VOLUME_GET : Get the label from a frontend device.
WWW_LIST_TO_HTML : After running a report, call this function to convert the list output to HTML.
추천 (0) 선물 (0명)
IP: ♡.34.♡.26
3,006 개의 글이 있습니다.
제목 글쓴이 날짜 조회
관리자
2003-09-20
11863
관리자
2003-09-20
11412
관리자
2003-09-20
20545
지구인
2010-08-27
19341
지구인
2009-09-07
13661
SOLIDH
2010-01-29
15620
엔죠라이프
2004-10-07
16716
지구인
2009-07-10
3230
지구인
2009-07-10
5233
지구인
2009-07-10
2726
지구인
2009-07-09
4039
지구인
2009-07-09
2424
지구인
2009-07-09
1440
지구인
2009-07-09
5112
지구인
2009-07-08
2568
지구인
2009-07-08
4825
지구인
2009-07-08
2551
지구인
2009-07-08
2500
지구인
2009-07-07
2491
지구인
2009-07-06
1280
지구인
2009-07-06
3358
지구인
2009-07-06
3229
지구인
2009-07-05
2296
지구인
2009-07-05
2063
지구인
2009-07-05
3863
지구인
2009-07-04
4480
최강1004
2009-06-29
2391
SOLIDH
2009-06-19
2481
모이자 모바일