cancel
Showing results for 
Search instead for 
Did you mean: 

AR invoice GST TranTyp

Former Member
0 Kudos

Hi,

I tried to do AR invoice posting through SDK ( SAP B1 9.2 PL7). I Couldn't find any fields for transaction type and place of supply in oInvoices object.

Could some one help in this.

Thanks,

Accepted Solutions (1)

Accepted Solutions (1)

ANKIT_CHAUHAN
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Parthiban Jayaraman,

You need to use "Place of Supply" as follows in DI API:

oInvoice.AddressExtension.PlaceOfSupply

Hope it helps!

Kind regards,

ANKIT CHAUHAN

SAP SME Support

Answers (1)

Answers (1)

Former Member
0 Kudos

Thanks Ankit,

What is the field for TransactionType, (GstTranTyp )

Thanks,

ANKIT_CHAUHAN
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

Have you checked this:

oDoc.GSTTransactionType = SAPbobsCOM.GSTTransactionTypeEnum.gsttrantyp_BillOfSupply;

Kind regards,

ANKIT CHAUHAN

SAP SME Support

deven_jadoun
Explorer
0 Kudos

I applied above scenario but GSTTransactionType not change value like Bill to Supply >>> GST Tax Invoice