cancel
Showing results for 
Search instead for 
Did you mean: 

Shell Creation after SAPINST Error: Graphics profile STRW, SWBOCUSTOMIZ

Former Member
0 Kudos

Hi all

we had finisehd Shell Creation and SAP live but now we had some graphical problems Graphics profile STRW, SWBOCUSTOMIZ.

Do we have create some error or has somebody a idea what we could do ?

OBJECTS_OBJREF_NOT_ASSIGNED_NO

CX_SY_REF_IS_INITIAL

66 definition_instance = lrh_system_container.
67 ENDIF.
68 **** In case we read the method container: hook it on as an include.
69 IF lrh_method_container IS NOT INITIAL.
70 CALL METHOD lrh_task_container->include_set
71 EXPORTING
72 name = mc_method_cont_include_name
73 included_container = lrh_method_container
74 cascaded_save = space.
75 ENDIF.
76
77 IF im_container_id IS SUPPLIED.
78 CALL METHOD lrh_task_container->set_guid
79 EXPORTING
80 guid_32 = im_container_id.
81 ENDIF.
82 IF im_persistence_classname IS SUPPLIED.
83 CALL METHOD lrh_task_container->set_persistence <-ERROR
84 EXPORTING
85 persistence_classname = im_persistence_classname
86 overwrite = 'X'.
87 ENDIF.
88
89 ex_task_container = lrh_task_container.
90
91 CATCH cx_swf_ifs_exception.

Thanks for help.

Accepted Solutions (1)

Accepted Solutions (1)

markus_doehr2
Active Contributor
0 Kudos

> Do we have create some error or has somebody a idea what we could do ?

I'd create a client copy (SAP_UCSV) from the source system.

Markus

Answers (0)