cancel
Showing results for 
Search instead for 
Did you mean: 

Dump after creating new header text on sales order and invoice.

Former Member
0 Kudos

Hello,

We have created one header text on sales order and the same text for invoices, on VOTXN customizing.

Testing the new text, system let us save the text fine, but later, if we display the text, system give us dump error.

My question is, after transport the customizing to the next environment, is necessary run a standard program. Since VOTXN, we have generated the new access created, but dump appear displaying text header tab.

Any help on this?

Thanks in advance

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello,

This is the dump:

CALL FUNCTION 'AC_FLUSH_CALL'

EXPORTING

SYSTEM_FLUSH = 'X'

CALLED_BY_SYSTEM = CALLED_BY_SYSTEM

IMPORTING

MESSAGE_NR = sysubrc

MESSAGE_TEXT = SY-MSGLI.

sy-subrc = sysubrc.

CASE SY-SUBRC.

WHEN 0.

WHEN 1.

system_error

MESSAGE ID 'CNDP' TYPE 'X' NUMBER 007 RAISING CNTL_SYSTEM_ERROR.

WHEN 2.

method_call_error

MESSAGE ID 'CNDP' TYPE 'X' NUMBER 006 RAISING CNTL_ERROR.

WHEN 3.

property_set_error

Former Member
0 Kudos

Hello Customer master table man

1) Did you review the dump analysis- ST22? Do that because the dump amy or may not be related to the Text config changes.

2) You are also mentioning about transporting? Did you already transport and are facing this issue in the target client or is it happening in the source client and you want to avoid it in the target? OSS note 1117467 throws light on transporting issues.

Review the following OSS notes:

548615 - FAQ: Text determination in SD II

548517 - FAQ: Text determination in SD I

1117467 - Text Customizing change not transferred in target system II

970153 - Change to Customizing text not transferred to target system

Hope this helps.