‎2007 Apr 03 6:40 PM
While recording the BDC the find button is trigerred by the ok code =%_GC 628 1 which is dynamic and changes in every recoding. how can I use the find button then. can I find the dynamically created ok code or use some other method to trigger the find button in BDC. Please Help...
‎2007 Apr 03 6:46 PM
‎2007 Apr 03 6:46 PM
‎2007 Apr 03 6:50 PM
Can any one tell me the BAPI to create Tours for Shipment routes done by transaction /DSD/RP_TOUR
‎2015 Jan 21 11:55 PM
I faced similar issue and was able to resolve it.
'%_GC N N' is a dummy okcode dynamically generated and assigned during screen generation. SAP determines the actual okcode once PAI event has been triggered.
To determine actual okcode, switch on debugger and navigate to method OKCODE_DISPATCH. Corresponding okcode can be determined from static variable mt_registered_okcodes or through method GET_EVENT_PARAMETER.
Once the FCODE (such as 'SAVE' , 'OIP_CHECK' etc.) is determined, replace '%_GC okcode' with corresponding 'FCODE' in the BDC recording.