on 2012 May 04 10:41 AM
Hi,
what is the Difference between ICON_DISPLAY_NOTE (Display Note icon) and ICON_CHANGE_TEXT (Text icon) in CBIH82 Transaction?
Thanks
Bharathi
Request clarification before answering.
Hi Bharti,
Could u pls elaborate so that I can understand.
Thanks & Regards,
Rohan Somji
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Rohan,
In my case ,whenever notification is created in the Transaction IW21,workflow is getting triggered and I/A Log entry report is created in CBIH82..we can delegate the created report into another format using workflow.while converting,the entire details are copied except the 'safety measure description' Tab.
In the Description tab there is an icon Display note. I'm writing Description inside the Display note icon
nearly (300 char). Only part of the Description is getting displayed in the screen that is (132 char) remaining text are inside the editor.while converting this report to another format the visible text only transferred the invisible text are not transferred. Is there any difference between the ‘DISPLAY NOTE’ icon and ‘TEXT’ icon?
Thanks
Bharathi
Hi Bharti,
For what u asked initially their is no difference between display note and text icon. All these are sap script text. In sap all Long Text are SAP Script Text. In Background of SAP Script Text for Particular Field will be set as 72 or 132 by default and It is SAP standard. All these Text will stored in the table sap script text table STXH and STXP. First 132 character will be stored as first line item and remaining will be stored in consecutive line.
In order to pick the data I believe u need to use READ_TEXT . BAPI is used to create the report for Business object 1240 (Log entry). Your issue is already long entry is created and in the report only half the content is visible remaining is not appearing. U need to cross check and find the extract position to write the suitable code, then all the collected information will be passed to the BAPI to pull the data in your report
This is what I can suggest.
Thanks & Regards,
Rohan Somji
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.