Official Document Numbering (ODN) Configuration Sd/Mm/Fi For GST

You might also like

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

Community

Official Document Numbering(ODN) Configuration


SD/MM/FI for GST
The purpose of this page is to clarify on the required settings for ODN to work correctly SD/MM/FI postings.

Overview
Below notes should be implemented fully and correctly-

2487589 - GST India: Data Dictionary Activities for Official Document Numbering

2472623 - GST India: Official Document Numbering

2489866 - GST India: Official Document Numbering ----> VALID ONLY FOR SAP_APPL: 606 SP (17,18 and 19)

2490434 - GST India: Corrections to Official Document Numbering Solution

2487781 - GST IN: Invoice and ODN numbers are skipped while saving billing document in transaction VF01

2496105 - GST India: ODN Corrections to note 2490434

2496588 - GST India: Customer exit to enable ODN for payment vouchers and other relevant transactions

2497855 - GST India: ODN Corrections to populate fiscal year for billing documents

2497727 - GST India: ODN Corrections to enable BAPI_ACC_DOCUMENT_POST and additional functionality

ODN Configuration
For SD
Billing-

1. Ensure that document type is assigned to Billing type in below path(VOFA)-


SPRO > Sales & Distribution > Billing > Billing documents > Define billing type > Here assign the document type.
Here transaction group will be “7”
2. Maintain document class in V_DOCCLS via SM30
3. Assign document types to document class in view J_1IG_V_T003_I via SM30
Ensure the same document type that is linked to billing type in VOFA is linked here-
4. Maintain number group in J_1IG_V_NUMGRP via SM30

5. Assign Number range group to Company Code, BUPLA and other fields in J_1IG_V_OFNUM via SM30
6. Maintain number range for the object J_1IG_ODN, ensure that all the settings are set as below-

Proforma-
          For Proforma, document type is not required to be assigned to billing type(VOFA)-
          SPRO > Sales & Distribution > Billing > Billing documents > Define billing type > Here  document type will be blank
          But here transaction group should be “8”.
    

          Rest all the steps will be same as what is mentioned for Billing.

For MM-
 1. Maintain docclass in V_DOCCLS via SM30

 
          

     2. Assign document types to document class in view J_1IG_V_T003_I via SM30


        

      3. Maintain number group in J_1IG_V_NUMGRP via SM30


        

For Direct FI Postings-


          1. Maintain docclass in V_DOCCLS via SM30
            

          2. Assign document types to document class in view J_1IG_V_T003_I via SM30


       

           3. Maintain number group in J_1IG_V_NUMGRP via SM30

       

           Rest all the steps remain same as mentioned for Billing


ODN-
For SD- The generated Official Document Number will be updated against VBRK-XBLNR.

For MM- ODN is only required for UNREGISTERED Vendors with RCM conditions.
               BKPF-XBLNR will get updated with the value that you will enter manually in reference field.
               BKPF-XBLNR_ALT will get updated with ODN

For Customer/output FI - The generated Official Document Number will be updated against BKPF-XBLNR.
For Vendor/input FI - BKPF-XBLNR will get updated with the value that you will enter manually in reference field. 
                                  BKPF-XBLNR_ALT will get updated with ODN

The same can be viewed in FB03 -

Related SAP Notes/KBAs


2487589 - GST India: Data Dictionary Activities for Official Document Numbering

2472623 - GST India: Official Document Numbering

2489866 - GST India: Official Document Numbering ----> VALID ONLY FOR SAP_APPL: 606 SP (17,18 and 19)

2490434 - GST India: Corrections to Official Document Numbering Solution

2487781 - GST IN: Invoice and ODN numbers are skipped while saving billing document in transaction VF01

2496105 - GST India: ODN Corrections to note 2490434

2496588 - GST India: Customer exit to enable ODN for payment vouchers and other relevant transactions

2497855 - GST India: ODN Corrections to populate fiscal year for billing documents

2497727 - GST India: ODN Corrections to enable BAPI_ACC_DOCUMENT_POST and additional functionality
 odn
"For MM- ODN is only required for UNREGISTERED Vendors with RCM conditions.
               BKPF-XBLNR will get updated with the value that you will enter manually in reference field.
               BKPF-XBLNR_ALT will get updated with ODN

For FI - The generated Official Document Number will be updated against BKPF-XBLNR."

Since some of the entries relevant for RCM will be processed through MM and some through FI, it will create confusion
since in BSEG table ODN will be in different fields for different documents, even for the same vendor.

Since the table-field BKPF-XBLNR_ALT is not visible in FB03 transaction, how do user (without authorization for
SE16/SE16N or similar t-codes) confirm that the field has been populated by ODN.
Hi Brinda,

After implementing above SNOTE of ODN, ODN is getting generated for all the MIRO transaction. it doesn't check either
vendor is registered / RCM conditions are there or not.

The ODN is generated based on the FM J_1IG_CHECK_BEFORE_ODN. In this FM it is hard-coded that when the Vendor
Classification is 0 or 2 or the country is not 'IN' ODN will be generated for reverse charge. This hard-coding is bound to
create problems. (For Mr Mihir Patel - You can check this FM and your problem can be due to the master data maintained in
vendor master)

I checked the vendor classification in vendor master data and it's blank. Further, I also run the transaction FB60, it's still
generating ODN number.

There is no RCM conditions during posting document using MIRO & FB60

The ODN generation has no links to RCM condition types. It is generated only when

1. Vendor Classification is '0' unregistered vendor


2. Vendor Classification is '2' SEZ vendor
3. Country of the vendor is not 'IN' , import vendor

If any of this three condition is satisfied ODN will be generated irrespective of the transaction (MIRO or FB60).

In the FM J_1IG_CHECK_BEFORE_ODN it is coded as

IF ( lv_ven_class EQ '0' OR                     " Unregistered Vendor
           lv_ven_class EQ '2' ) OR                     " GST SEZ Vendor
           lv_ven_land1 NE 'IN'.                        " Import Vendor

you are right, but problem is still there. I think FM is not validating vendor classification properly 

implementing ODN.

All mentioned notes have been implemented successfully.

We have one Problem when trying to create the object J_1IG_ODN as per  note 2487589, Attachment "Number-Range-
Object.pdf"

In the Transaction SNRO we should enter the Package J1I_GST_LO. We have the Problem because the entry field in the
Transaction is not shown as

described in the attachment document. So we can not enter the package. When we enter all the other required data and try
to go to another Tab or save, we got error message saying the object does not exisit and should be created via SNRO
(which we are just doing). We checked that required entries  (Package, Domain etc.) have been creted. Also all the Tasks
related to the other two attachments of the note have been performed. We had the idea that it might be the authorisation, but
su53 was fineWe had the idea that it might be the authorisation, but su53 was fine.

Has anyone any Idea what is wrong here? .How have You processed this step? 

Thanks and regards

Vivien

As per Attachment, with Pack.

             In the Transaction, the entry field is missing: 

                               

You might also like