(Configuration) Gap 019 - Freight Nature Indicator

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 33

OBJECTIVE

Currently the field related to the Nature Indicator for Freights is not available to be used during
the incoming Nota Fiscal posting. The technical field IND_NAT_FRT was made available by
SAP though the Snote 2909827 (Enablement of IND_NAT_FRT for CT-e scenarios) and Snote
3142682 (Missing Field IND_NAT_FRT in the BAPI_J_1BNFLIN Structure). In this
documentation it will be documented the steps that performed according to these Snotes
2909827 and 3142682.
Additionally it was requested by business area to define the field Freight Mode as mandatory as
well.

CONFIGURATION'S AUTHOR
Diego Zanelli

Tcode or RICEFW SE11

System ECC Module ABAP

Domain LOGBR_IND_NAT_FRT

Note Create the Domain


Tcode or RICEFW SE11

System ECC Module ABAP

Data Element LOGBR_IND_NAT_FRT

Note Create the Data Element


Tcode or RICEFW SE11

System ECC Module ABAP

Structure J_1BNFLIN_ADD

Note: add a new field called "IND_NAT_FRT" in end of the fields


list
Tcode or RICEFW SE11

System ECC Module ABAP

Structure J_1BNF_BADI_ITEM

Note: Go to the end of the fields list and add a new field called
"IND_NAT_FRT"
Tcode or RICEFW SM30

System ECC Module MM

Table/View J_1BAEITV

Note: Insert the "82" in Item field Gr. column


Tcode or RICEFW SM30

System ECC Module MM

Table/View J_1BAKIT_MANV

Note: Assign the field J_1BDYLIN-IND_NAT_FRT to the Item


Tab ITEM
Tcode or RICEFW SM30

System ECC Module MM

Table/View J_1BAKITV

Note: the New Entries: J_1BDYLIN-IND_NAT_FRT to the Item


field Gr. Column 82
Tcode or RICEFW SM30

System ECC Module MM

Table/View J_1BAMITV

Note: Create new Item Screen Control to be used for the NF Type
27 to define the field IND_NAT_FRT as mandatory

 New Item Screen Control 908 based on 008


 New Item Screen Control 903 based on 003

 New Item Screen Control 925 based on 025

 New Item Screen Control 929 based on 029


Tcode or RICEFW SM30

System ECC Module MM

Table/View J_1BAMHV

Note: Create new Header Screen Control to be used for the NF


Type 27 to define the field IND_NAT_FRT as mandatory.
Additionaly needs to be defined the field Freight Mode as
mandatory as well.

 903 based on Z3
 908 based on Z8
 925 based on 025
 929 based on 029
Tcode or RICEFW SPRO

System ECC Module MM

Path SAP Customizing Implementation Guide >> Cross-


Application Components >> General Application Functions
>> Nota fiscal >> Nota Fiscal Document Maintenance >>
Assign Screen Control Groups to NF Type

Note: Assign the new Header Screen Controls to the NF Type 27 to


define the field IND_NAT_FRT as mandatory

 FROM

 TO
Tcode or RICEFW SE38

System ECC Module ABAP

Program SAPLJ1BB2

Screen 3110
Tcode or RICEFW SE38

System ECC Module ABAP

Include LJ1BB2F21
Tcode or RICEFW SE37

System ECC Module ABAP

Function Module J_1BNF_MERGE_BADI_FIELDS


Tcode or RICEFW SE11

System ECC Module ABAP

Function Module BAPI_J_1BNFLIN


UNIT TEST S01

 Create Incoming Cte using Purchase Order and MIRO


 Change Incoming Cte created by Purchase Order and MIRO
 Create Incoming Cte through J1B1N
 Change Incoming Cte created by J1B1N
UNIT TEST S01

 Create Incoming Cte using Purchase Order and MIRO


 Change Incoming Cte created by Purchase Order and MIRO
 Create Incoming Cte through J1B1N
 Change Incoming Cte created by J1B1N

You might also like