‎2007 Sep 12 8:30 AM
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
‎2007 Sep 12 8:45 AM
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
‎2007 Sep 12 8:33 AM
Hi,
It seen with the name IOP one text element is created in your program....
check your test elements once...
Satya.
‎2007 Sep 12 8:36 AM
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
‎2007 Sep 12 8:43 AM
Hi Chandrasekhar,
So what the use of the Text element? Any reference or material?
Regards,
Rayden
‎2007 Sep 12 8:46 AM
Hi Rayden,
you can explore this link for that
http://help.sap.com/saphelp_nw04/helpdata/en/e3/9609f6eb0711d194d100a0c94260a5/content.htm
‎2007 Sep 12 8:36 AM
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
‎2007 Sep 12 8:40 AM
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
‎2007 Sep 12 8:45 AM
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
‎2007 Sep 12 8:52 AM
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