반응형
CSAP_MAT_BOM_CREATE : BOM 생성 및 기존 BOM 변경기능을 수행하는 function
call function 'CSAP_MAT_BOM_CREATE'
exporting
material = matnr "자재번호
plant = werks "플랜트
bom_usage = stlan "BOM용도
valid_from = datuv "날짜
change_no = aennr "변경번호
i_stko = stko1 "BOM헤더정보
fl_commit_and_wait = 'X'
importing
fl_warning = warning
bom_no = bom_no
tables
t_stpo = stpo
exceptions
error = 1
others = 2.
STKO1 (BOM헤더정보)는 STKO_API01 구조로 선언하여 사용하면 된다.
반응형
'Programming > SAP' 카테고리의 다른 글
SAP OVR INS 차이 (0) | 2023.03.18 |
---|---|
SAP BOM 변경 이력 조회 [CS80] (0) | 2023.03.05 |
The ABAP program lines are wider than the internal table. 해결방법 (0) | 2023.03.04 |
ABAP 진행률 표시 방법 (진행 상태바) (0) | 2023.02.25 |
SAP 마스터데이터 및 기업업무 개념 (0) | 2023.02.05 |