Application Development 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: 

Query on sy-calld

Former Member
0 Kudos

Hi,

I have a warning which says

<b>Contents of SY-CALLD now retains original value in call sequence</b>

IF NOT ( SY-BATCH IS INITIAL ) OR " No popup if background is active

NOT ( SY-BINPT IS INITIAL ) OR " No popup if batch input is active

<b>NOT ( SY-CALLD IS INITIAL )</b>. " No popup if CALL mode active (the warning is shown here)

F_BATCH_ORDER = K_YES.

ENDIF.

Could any one tell me what the warning is?

Thanks

Sai

3 REPLIES 3

sridhar_k1
Active Contributor
0 Kudos

Where are you getting this warning? in SE38 syntax check?

Fom 6.10 SAP retains original value in SY-CALLD if SUBMIT used without RETURN. May be it's refering to that.

Before 6.10 SY-CALLD populated with X when SUBMIT used without RETURN.

Regards

Sridhar

0 Kudos

Hi Sridhar,

It is an include program. Yes in se38 syntax check.I am currently checking the errors/warnings while upgrading from 3.1i version to Ecc 5.0 version.

Sai

0 Kudos

I'm pretty sure that warning is refering to the change in SY-CALLD usage in SAP. Refer to key word help on SUBMIT and SY-CALLD in SE38.

Regards

Sridhar