cancel
Showing results for 
Search instead for 
Did you mean: 

Internet Sales R/3 B2B Demo example trouble

Former Member
0 Kudos

Hi

I am trying to add 2 more fields to the order, which should fit into the import structures of the SD_SALESDOCUMENT_CREATE BAPI, namely SALES_HEADER_IN-NAME and SALES_HEADER_IN-COMPL_DLV

Initially I added these statements in the Z_CreateStrategyR3 class:

sdSalesDocCreate.getImportParameterList().getStructure("SALES_HEADER_IN").setValue("ISA TEST NAME","NAME");
sdSalesDocCreate.getImportParameterList().getStructure("SALES_HEADER_IN").setValue("X","COMPL_DLV");

However, I can't see that my new classes are called in any logs, and the data does not appear on the order in R/3.

Is there anyone out there who has played around with this Demo??

Kind regards

Gustav

Message was edited by: Gustav Sverre Kampp

Message was edited by: Gustav Sverre Kampp

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Please check whether function Module is initiated or not.