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

hai gurus...

Former Member
0 Likes
1,170

why and what is the use of system field SY-FDPOS

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,153

hi,

while searching in a string for a particular character, if that character is there in that strin sy-fdpos gives the position where that character is present in the string.

regards,

Anoop R.S

why and what is the use of system field SY-FDPOS

7 REPLIES 7
Read only

sreeramkumar_madisetty
Active Contributor
0 Likes
1,153

Hi

SY-FDPOS is used the search the string.

Regards,

Sreeram

Read only

Former Member
0 Likes
1,153

What standards we use to follow while coding ABAP program?

Read only

0 Likes
1,153

hi pavan

differnet clients and companies follow their own coding standards.

coding standards include naming conventions of itabs workaresas etc...

wht type functionalities we should follow that depends on the company or client ok.....

there is no common standard for this.

Read only

Former Member
0 Likes
1,154

hi,

while searching in a string for a particular character, if that character is there in that strin sy-fdpos gives the position where that character is present in the string.

regards,

Anoop R.S

Read only

Former Member
0 Likes
1,153

hi,

SY_FDPOS is a system field which maintains the current position for the characters.

for ex when u want to search a character or a string then sy-fdpos is useful for u.

if helpful reward some points.

with regards,

suresh babu aluri.

Read only

Former Member
0 Likes
1,153

Hi ...

SY-FDPOS is used to search for the particular string...and it is also used to display the field position....

Regards,

Mahesh.

Read only

Former Member
0 Likes
1,153

Hi,

SY-FDPOS used th find the Offset Position of the String.

regards,

Padmam.