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

Sy-CALLD function in 2005

Former Member
0 Likes
705

hai experts,

i want to know the difference between 46C and enterprise/2005 with respect to SY-CALLD function.

my friend says in new 2005 system SY-CALLD now retains original value in call sequence.

what is mean by that. Could you please explain me with explain in 46C and 2005 version.

Thanks.

Ambi

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
566

Hi,

The value of Sy-CALLD (ABAP program, ABAP program call mode)is same in both 4.6 and 4.7 E .

Its a char value of length 1.

I have checked it in both the systems.

Regards,

Tanveer.

<b>Please mark helpful answers</b>

hai experts,

i want to know the difference between 46C and enterprise/2005 with respect to SY-CALLD function.

my friend says in new 2005 system SY-CALLD now retains original value in call sequence.

what is mean by that. Could you please explain me with explain in 46C and 2005 version.

Thanks.

Ambi

2 REPLIES 2
Read only

Former Member
0 Likes
567

Hi,

The value of Sy-CALLD (ABAP program, ABAP program call mode)is same in both 4.6 and 4.7 E .

Its a char value of length 1.

I have checked it in both the systems.

Regards,

Tanveer.

<b>Please mark helpful answers</b>

Read only

0 Likes
566

hai Tanveer,

It seems it works differently with SUBMIT without return and SUBMIT with return.

any ideas.

Ambi