전체 글 (52) 썸네일형 리스트형 [SD] 전표 작성 마법사 전표 작성 마법사에서는 기존 전표로부터 신규 전표를 생성할 수 있으며 마법사가 프로세스를 단계별로 안내해 줍니다. 생성 중인 대상 전표 및 사용 중인 원본 전표를 기준으로 데이터의 커스터마이징 및 변경을 위한 여러 옵션이 제공됩니다. 예를 들어, 적용할 환율을 선택할 수 있고 기준 전표에서 대상 전표로 운임 및 원천세액을 복사할지 여부도 선택할 수 있습니다. 절차 전표 작성 마법사로 이동하려면 SAP Business One [주 메뉴]에서 [판매 관리] 또는 [구매 관리]를 선택합니다. 생성할 마케팅 문서를 선택하고 비즈니스 파트너 코드를 지정합니다. [복사 원본]을 선택하고 복사할 전표 유형을 선택합니다. 선택된 전표 유형의 [[전표 유형] 리스트] 윈도우가 나타납니다. 여기에 복사할 수 있는 전표가 .. [ABAP] ALV FIELDCATALOG 인터널 테이블로 ALV 카탈로그 만들기 인터널 테이블로 ALV 카탈로그 만들기 DATA : BEGIN OF gt_header OCCURS 0. DATA : vbeln LIKE vbak-vbeln, "판매문서 audat LIKE vbak-audat, "증빙일 auart LIKE vbak-auart, "판매문서유형 netwr LIKE vbak-netwr, "판매오더정가 waerk LIKE vbak-waerk. "전표통화 DATA : END OF gt_header. 인터널 테이블 선언시 헤더라인이 있는 인터널 테이블 생성 필드 참조시 type이 아닌 like 사용 DATA : lt_fieldcat TYPE lvc_t_fcat, lt_fieldcat_t TYPE slis_t_fieldcat_alv. CALL FUNCTION 'REUSE_ALV_FIE.. [ABAP] cl_gui_frontend_services=>gui_download 파일 다운로드 cl_gui_frontend_services=>gui_download( EXPORTING * bin_filesize = " File length for binary files filename = " Name of file * filetype = 'ASC' " File type (ASCII, binary ...) * append = SPACE " Character Field of Length 1 * write_field_separator = SPACE " Separate Columns by Tabs in Case of ASCII Download * header = '00' " Byte Chain Written to Beginning of File in Binary Mode * trunc_tr.. [ABAP] 확인창 띄우기 CONFIRM POPUP CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = TEXT-002 text_question = TEXT-003 text_button_1 = TEXT-004 icon_button_1 = 'ICON_SYSTEM_OKAY' text_button_2 = TEXT-005 icon_button_2 = 'ICON_SYSTEM_CANCEL' display_cancel_button = '' IMPORTING answer = lv_answer. [ABAP] SELECTION-SCREEN COMMENT SELECTION-SCREEN PARAMETERS 선택된 코드에 대한 text 띄우기 SELECTION-SCREEN : BEGIN OF BLOCK b1 WITH FRAME TITLE TEXT-001. PARAMETERS : p_bukrs TYPE acepsoit-bukrs OBLIGATORY. SELECTION-SCREEN : COMMENT 40(20) gv_butxt. PARAMETERS : p_poyear TYPE acepsoit-poyear OBLIGATORY.. PARAMETERS : p_poper TYPE acepsoit-poper OBLIGATORY. SELECTION-SCREEN : END OF BLOCK b1. AT SELECTION-SCREEN OUTPUT. SELECT SINGLE bu.. [FI] 재무제표버전 Financial Statement Version(FSV) IMG - 재무회계(신규) - General Ledger Accounting(NEW) - 마스터 데이터 - G/L 계정 - 재무제표버전 정의 재무제표버전 정의 In this activity: You define the versions you need to create a balance sheet and profit and loss statement. You can define versions for a specific chart of accounts, for a group chart of accounts, or without any specific assignment. You then determine the financial statement items for your version. You assig.. [ABAP] SET SCREEN/CALL SCREEN/LEAVE TO SCREEN With SET SCREEN the current screen simply specifies the next screen in the chain , control branches to this next screen as sonn as th e current screen has been processed .Return from next screen to current screen is not automatic .It does not interrupt processing of the current screen.If we want to branch to the next screen without finishing the current one ,use LEAVE SCREEN. - With CALL SCREEN .. [ABAP] Service Calls in a Web Dynpro Application Service Calls in a Web Dynpro Application Use A service call is used to call an existing function module or methods of an existing class within a Web Dynpro component. This is particularly useful with reference to assistance classes or proxy classes of Web services. Prerequisites If you want to use the service call to include an existing function module in your Web Dynpro application, you can ac.. 이전 1 ··· 3 4 5 6 7 다음