cancel
Showing results for 
Search instead for 
Did you mean: 

script element

Former Member
0 Kudos

there are 5 elements in my main window and there are no condtions i.e every include in the element should execute. am working for tcode vf03.For one particular billing type, control is not going to one particular include.there is no condtion to it in the window..why is it happeneing.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

thanks

Former Member
0 Kudos

Hi,

Check the Driver Program...These Text Elements are called from the Driver program using FM WRITE_FORM then lines under Text element get's executed.

Former Member
0 Kudos

in my main window its like this

/E NEW_TEXT1

/: IINCLUDE &VBDKR-TDNAME& OBJECT VBBK ID Z004 LANGUAGE &NAST-SPRAS& PARAGRAPH DD

/: INCLUDE &'Z_SD_'VBDKR-VKORG'_TOTAL_PL'& OBJECT TEXT ID ST LANGUAGE &NAST-SPRAS& <-------In my debuggind i found that control is not coming to this include. Y

/E OLD_TEXT1

Former Member
0 Kudos

Hi,

Check the quotes in Bold one..there should not be single with in the two &'s

/: INCLUDE *&'Z_SD_'VBDKR-VKORG'_TOTAL_PL'&* OBJECT TEXT ID ST LANGUAGE &NAST-SPRAS&

Former Member
0 Kudos

there is no problem with that.

when VBDKR-VKORG is 540 its going to that include and performing the std text. but when it is 541 its not going to the 541 text (both z_sd_540_total_pl and z_sd_541_total_pl exists)