google-code-export / saplink

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

Smartforms (ZSAPLINK_SMARTFORM) - importing Smart text module, Exception Raised & Typecasting error #82

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. importing a nugget or slinkee containing smart text module
2.
3.

What is the expected output? What do you see instead?
Expected: Imported text modules
Result: Exception Action cancelled

What version of SAP are you using? CRM 5.0
SAP_ABA Release / Level: 7 / 0013
SAP_BASIS Release / Level: 7 / 0013

What version of SAPlink are you using: 0.3.1

Please provide any additional information below.
1.
in the plugin ZSAPLINK_SMARTFORM in method CREATEOBJECTFROMIXMLDOC there 
is a call to routine 'save_form' in program saplstxb. The first parameter 
decides if the object to-be-created has to be active or not. In the case 
of Smartforms Text modules this parameter should contain an 'X'. 
See attached textfile with the correction I made.

2.
in the plugin ZSAPLINK_SMARTFORM, in method DELETEOBJECT the call to 
Function module 'FB_DELETE_FORM' has an typecasting error for the formname.
See attached textfile with the correction I made.

Original issue reported on code.google.com by hans.d...@gmail.com on 1 Nov 2007 at 10:06

Attachments: