cancel
Showing results for 
Search instead for 
Did you mean: 

Start Condition SWB_Procurement Short Dump

Former Member
0 Kudos

HI SRM Gurus,

When i go to Tran Swb_Procurement and select Purchase Contract

say Workflow-Start WS14000086 Workflow without Approval for Contract

when i go to Change mode and click WS14000086, it throws a short dump. when i check ST22,


l_typedescr = cl_abap_typedescr=>describe_by_name(
                                       l_typename ).
IF l_typekind = swfex_typekind_table.
** Pass to linetype.
  IF l_element_props Z swfcn_p_bor_multiline.
**  the typename IS a table type. We want the line type.
   <u><b> l_tabledescr ?= l_typedescr.</b></u>
    l_typedescr = l_tabledescr->get_table_line_type( ).
  ENDIF.
  IF l_value_ref IS BOUND.
    ASSIGN l_value_ref->* TO <table>.
    CLEAR l_value_ref.
    LOOP AT <table> REFERENCE INTO l_ref.
      l_value_ref = l_ref.

Error in the Std. SAP Screen. Do anybody hv solution for this.

Points will be awarded.

Cheers,

Lokesh.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Also see the foll related thread/notes:

Note 787767 - BUS2000113: Some attributes are not filled

BR,

Disha.

Pls reward points for useful answers.

Former Member
0 Kudos

Hi

Which SRM version (support pack) are you using ?

<b>Meanwhile, please go through the following SAP OSS Notes -></b>

Note 1009936 - ABAP runtime error when you display containers

Note 906077 - Short dump during container deserialization

Note 852535 - Structured attributes of ABAP objects

Note 1053497 Languages in e-mail notifications for contract are incorrect

Note 890760 - Error accessing a message payload

Note 787767 BUS2000113: Some attributes are not filled

Note 638481 SRM 3.0 default Customizing for PO and contract workflow

Note 626394 SRM3.0: Enhancing start conditions for contract

Note 493257 - Data flow: various corrections for Basis Release 6.20, SP1

Hope this will help.

Do let me know.

Regards

- Atul