cancel
Showing results for 
Search instead for 
Did you mean: 

How to Add JE using SAP B1 Web services

ajamoljadhav7
Explorer
0 Kudos

Hi,

I want to add Journal Entry using SAP B1 web services. I got the header level fields of JE but line level fields not getting.

If somebody have sample code then plz reply with sample code.

Thanks in advance...

Kind Regards,

Amol

Accepted Solutions (1)

Accepted Solutions (1)

ANKIT_CHAUHAN
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Amol,

Try it like mentioned here: https://blogs.sap.com/2010/02/17/sap-business-one-web-services-wrapper-11-new-web-services-available...

Also try to use following for each property used:

"je.JournalEntryLines(0).DebitSpecified = True"

"je.JournalEntryLines(0).CreditSpecified = True"

Hope it helps.


Kind regards,

ANKIT CHAUHAN

SAP SME Support

Answers (1)

Answers (1)

ajamoljadhav7
Explorer
0 Kudos

Thanks ....it's very helpful to me. I created successfully JE using SAP B1WS.