‎2007 Sep 04 8:08 AM
I want to change the address however the standart text name comes from program and I cannot debug the program.So I could not find the standard text name.
The code is as follows:
IF &VBDKR-VBTYP& = '5' OR &VBDKR-VBTYP& = '6'.
INCLUDE &T001G-TXTFU& OBJECT TEXT ID ADRS LANGUAGE &VBDKR-SPRAS_VKO&
ELSE.
INCLUDE &TVKO-TXNAM_FUS& OBJECT TEXT ID ADRS LANGUAGE &VBDKR-SPRAS_VKO >
ENDIF.
‎2007 Sep 04 8:12 AM
Hi,
why don't you try to debug the sapscript? From transaction SE71, give the form name and then choose Utilities->Activate Debugger.
Kostas
‎2007 Sep 04 8:15 AM