Symptom
Implementing Note 1499636 leads to follow-on problems. For example, if you use the search in the F4 help for G/L account numbers in the company code, the system no longer transfers the selected account number to the account field.
Other terms
F4, F4 help, SAKO, GL_ACCT_CC_ALTERNATIV_NO, GL_ACCT_F4_EXIT_SET_GET, search string, F4IF_FIELD_VALUE_REQUEST
Reason and Prerequisites
There is a program error.
Solution
Import the Support Package or implement the manual advance correction.
var evt_array = new Array('empty','empty','empty','empty','empty','');try { for (i=0;i!=evt_array.length;i++) { if(evt_array[i]=='empty') continue; bj=document.getElementById('releases_tab'); obj.setAttribute('colEvt' +( i + 1),evt_array[i] ); } } catch (e) {};
var evt_array = new Array('empty','empty','empty','');try { for (i=0;i!=evt_array.length;i++) { if(evt_array[i]=='empty') continue; bj=document.getElementById('support_packages'); obj.setAttribute('colEvt' +( i + 1),evt_array[i] ); } } catch (e) {};
var evt_array = new Array('empty','empty','empty','empty','empty','');try { for (i=0;i!=evt_array.length;i++) { if(evt_array[i]=='empty') continue; bj=document.getElementById('correction_instructions'); obj.setAttribute('colEvt' +( i + 1),evt_array[i] ); } } catch (e) {};