SAP Managed Tags: ABAP Development Hello, I'm using the function Create_text to update text on the delivery header. I have an interactive ALV that allows the user to select a button to add a certain text. The text is updating even with users that do not have security to VL02n. How...
SAP Managed Tags: ABAP Development Hi , In our RFC to place an order we are using the FM CREATE_TEXT to save header text in salesorder . The text that needs to be saved is entered through the front end ( java ). Now the issue we are facing is that , if in the front end they...
How to create an OTR text and search an OTR text in webdynpro abap former_member201270 Explorer 2013 Jan 13 1:02 AM 0 Kudos 23,563 OTR texts are like text elements in smart-form. They are mainly used for translation purpose and also to avoid the hard coding to label a text in...
ABAP Development Hi, I had a similar problem, i solved it like this. Use concatenate cl_abap_char_utilities=>newline into Use only one concatenate statement for the entire mail body. This will solve the issue. Regards, Aravind. Edited by: Thomas Zloch on Apr 19, 2011 2:28 PM Edite...
SAP Managed Tags: ABAP Development Hi every one, Please help me creating my own Text object referring Standard text object. Suppose, we have KONP text object which is a standard text object and it has its own routine to process. Now, I want to create ZKONP same like KONP also I shoul...
hi there sap gurus, i'm facing a problem, and would like to get ur advice on this , when i want to customize or crearte new program in abap, i'm always having problem in
SAP Managed Tags: ABAP Development Hi Renu One method is using tcode - se91. and give the message class and number. other method is - write text-001 in the ABAP editor and double click on this. from there also you can give the message class and id. Reward Points. if it will be...
SAP Managed Tags: ABAP Development Hi Guru's, i am having one task here is below mentioned details of custom include text used in smartform Text Name MPJ1 Text Object LFA1 Text ID 0002 Language EN when i am going with SO10 to see the text it is giving error message that text objec...
ABAP Development Hi Tummala, You can use class CL_GUI_TEXT_EDIT. DATA:go_editorTYPEREFTOcl_gui_textedit," Create text editorCREATEOBJECTgo_editorEXPORTINGwordwrap_mode=go_editor->wordwrap_at_fixed_position wordwrap_position=8000wordwrap_to_linebreak_mode=go_editor->true parent=go_containerEXCEP...
ABAP Development Hi experts, I want to create a vector of text-input fields on a dynpro. An example can be found in program SAPMM07M dynpro 421. You will see that input-field MSEG-MATNR is a vector. I tried to find the parameter of this text-input-field, which changes a sing...