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

WRITE statement

Former Member
0 Likes
1,303

Hi,

I came across an ABAP program. Anybody know what the meaning of (iop)? What the purpose of that?

I have try to remove it, and test the program but the output is still the same.

Code here:

================================================================

WRITE: 'Invalid operator!'(iop).

================================================================

Regards,

Rayden

1 ACCEPTED SOLUTION
Read only

former_member404244
Active Contributor
0 Likes
976

Hi,

If you are working on a program in the ABAP Workbench and are logged onto the system in a language other than that in which the program was created, the following happens:

In display mode, the system warns you, using a message in the status bar, that the original language and logon language are different. Any text elements that exist in the logon language are displayed in that language, otherwise, they appear in the original language. The language key is displayed in the last column. You can use this method to find text elements that still require translation.

In change mode, the system asks whether you want to maintain the text elements in the original language or change the original language of the program. If you change the language and not all of the text elements yet exist in that language, the system fills the missing entries with the texts from the old original language.

go through the below link..

http://help.sap.com/saphelp_nw04/helpdata/en/e3/9609f6eb0711d194d100a0c94260a5/content.htm

regards,

Nagaraj

8 REPLIES 8
Read only

Former Member
0 Likes
976

Hi,

It seen with the name IOP one text element is created in your program....

check your test elements once...

Satya.

Read only

Former Member
0 Likes
976

Hi Rayden,

double click in iop to check out about that or

check out if ther is any variable with that name iop which specifies the length

Read only

0 Likes
976

Hi Chandrasekhar,

So what the use of the Text element? Any reference or material?

Regards,

Rayden

Read only

0 Likes
976
Read only

Former Member
0 Likes
976

Hi,

Double click on iop code in your abap editor , system will ask to maintain text elements. This is one type of created text elements without hard coding the Text.

Hope this Info will help you.

Rewards points if useful.

With Regards

K K V

Read only

Former Member
0 Likes
976

Hi Rayden .

Here iop is a text element that is created in your program.

Double click on iop and you will go to the text element list in your program.

Regards

Arun

Read only

former_member404244
Active Contributor
0 Likes
977

Hi,

If you are working on a program in the ABAP Workbench and are logged onto the system in a language other than that in which the program was created, the following happens:

In display mode, the system warns you, using a message in the status bar, that the original language and logon language are different. Any text elements that exist in the logon language are displayed in that language, otherwise, they appear in the original language. The language key is displayed in the last column. You can use this method to find text elements that still require translation.

In change mode, the system asks whether you want to maintain the text elements in the original language or change the original language of the program. If you change the language and not all of the text elements yet exist in that language, the system fills the missing entries with the texts from the old original language.

go through the below link..

http://help.sap.com/saphelp_nw04/helpdata/en/e3/9609f6eb0711d194d100a0c94260a5/content.htm

regards,

Nagaraj

Read only

Former Member
0 Likes
976

Hi ABAPERs,

Thanks for the overwhelming reply. It hard for me to rewards point as all reply answer my queries. I hope the point rewarded will be fair for all.

Regards,

Rayden