Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

to change such a code at sapscript side

Former Member
0 Likes
476

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.                                                                     

2 REPLIES 2
Read only

kostas_tsioubris
Contributor
0 Likes
419

Hi,

why don't you try to debug the sapscript? From transaction SE71, give the form name and then choose Utilities->Activate Debugger.

Kostas

Read only

former_member182371
Active Contributor
0 Likes
419

Hi,

use transaction SO10 instead.

Best regards.