google-code-export / saplink

Automatically exported from code.google.com/p/saplink
1 stars 2 forks source link

ZSAPLINK_NUGGET=>CONSTRUCTOR does not handle missing ixml correctly #35

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. call ZSAPLINK_NUGGET=>CONSTRUCTOR with only 'name' as parameter
2. call ZSAPLINK_NUGGET->ADDOBJECTTONUGGET

What is the expected output? What do you see instead?

expected: the constructor should create the ixml document
actual: the constructor does not create the ixml document and subsequent
calls to ADDOBJECTTONUGGET() crash.

What version of SAP are you using?
SAP_ABA Release 640 / Level: 3
SAP_BASIS Release 640 / Level: 3

What version of SAPlink are you using:
SAPlink_install-0.1.2.zip

Please provide any additional information below.

workaround: you need to call ZSAPLINK_NUGGET=>CREATEEMPTYXML() first
manually and then the constructor of ZSAPLINK_NUGGET with the ixml
reference received from CREATEEMPTYXML().

Original issue reported on code.google.com by nicola.f...@gmail.com on 26 Dec 2006 at 2:18

GoogleCodeExporter commented 9 years ago
This is by design as the same object CLAS ZSAPLINK_NUGGET needs to work for both
import and export.

Original comment by daniel.m...@gmail.com on 28 Dec 2006 at 4:14