안녕하십니까,
임시송장 BAPI (BAPI_INCOMINGINVOICE_PARK) 를 사용해서 차후차변 임시송장을 만들고있었습니다.
추가로 차후대변 임시송장을 만들어야하는데, BAPI 내용인 아래와같이 차후대변을 만들어도 계속 MIR4에서 보면 대변메모로 보이는데요, 그냥 그렇게 보이기만 하는건지 제대로 된건지 잘 모르겠습니다.
>> 아래는 제가 따라하는 FLAG SET BAPI HELP 내용입니다.
*& HEADER DATA
*Indicator: post invoice or credit memo (field INVOICE_IND)
*If the field INVOICE_IND contains an x , the system posts an invoice.
*If the field INVOICE_IND is blank, the system posts a credit memo.
*& ITEM DATA
* (( Creating subsequent debits and credits))
* 1. 차후차변 : HEADER-INVOICE_IND = 'X' & ITEM-DE_CRE_IND = 'X'.
* If you enter an X in field DE_CRE_IND in table ItemData,
* and an X in field INVOICE_IND in table HeaderData
* for posting the invoice, then the system creates a subsequent debit.
* This means that the amount to be calculated is distributed to the
* quantity already settled.
* 2. 차후대변 : HEADER-INVOICE_IND = '' & ITEM-DE_CRE_IND = 'X'.
* If you enter an X in field DE_CRE_IND in table ItemData,
* and leave the field INVOICE_IND in table HeaderData blank,
* then the system creates a subsequent credit.
결론 : 저는 위 help 내용처럼
ls_header-invoice_ind = ''. "헤더지시자
lt_item-de_cre_ind = 'X'. "Item지시자
이렇게 넣고 "차후대변"이 되도록 하려고 하는중입니다.
그럼 내용이 좀 어수선하지만 답변 부탁드릴께요~
( 제대로 된거라면 어떤 필드를 확인하면 정확히 된건지 알수있나요? 찜찜해서 ㅡㅜ)
내일 뵙겠습니다.
참고 : Component version : ECC5.0 입니다.
임시송장 BAPI (BAPI_INCOMINGINVOICE_PARK) 를 사용해서 차후차변 임시송장을 만들고있었습니다.
추가로 차후대변 임시송장을 만들어야하는데, BAPI 내용인 아래와같이 차후대변을 만들어도 계속 MIR4에서 보면 대변메모로 보이는데요, 그냥 그렇게 보이기만 하는건지 제대로 된건지 잘 모르겠습니다.
>> 아래는 제가 따라하는 FLAG SET BAPI HELP 내용입니다.
*& HEADER DATA
*Indicator: post invoice or credit memo (field INVOICE_IND)
*If the field INVOICE_IND contains an x , the system posts an invoice.
*If the field INVOICE_IND is blank, the system posts a credit memo.
*& ITEM DATA
* (( Creating subsequent debits and credits))
* 1. 차후차변 : HEADER-INVOICE_IND = 'X' & ITEM-DE_CRE_IND = 'X'.
* If you enter an X in field DE_CRE_IND in table ItemData,
* and an X in field INVOICE_IND in table HeaderData
* for posting the invoice, then the system creates a subsequent debit.
* This means that the amount to be calculated is distributed to the
* quantity already settled.
* 2. 차후대변 : HEADER-INVOICE_IND = '' & ITEM-DE_CRE_IND = 'X'.
* If you enter an X in field DE_CRE_IND in table ItemData,
* and leave the field INVOICE_IND in table HeaderData blank,
* then the system creates a subsequent credit.
결론 : 저는 위 help 내용처럼
ls_header-invoice_ind = ''. "헤더지시자
lt_item-de_cre_ind = 'X'. "Item지시자
이렇게 넣고 "차후대변"이 되도록 하려고 하는중입니다.
그럼 내용이 좀 어수선하지만 답변 부탁드릴께요~
( 제대로 된거라면 어떤 필드를 확인하면 정확히 된건지 알수있나요? 찜찜해서 ㅡㅜ)
내일 뵙겠습니다.
참고 : Component version : ECC5.0 입니다.
저두 그렇게 보이는데.. 뭐가 잘못된 건지 원래 그런건지 모르겠네요..