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...
SAP Managed Tags: ABAP Development Use authority-check statement to first check if user has authorization for VL02n before calling "CREATE_TEXT" function in code. Do as follows: AUTHORITY-CHECK OBJECT 'S_TCODE' ID 'TCD' FIELD 'VL02N'. if sy-subrc = 0. *call the create_text fm her...
SAP Community Products and Technology Additional Blogs by Members How to create an OTR text and search an OTR text i...Additional Blogs by Members 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 ...
SAP Managed Tags: ABAP Development Hi Radhika, The macro, which is named "string_cutoff_pos" is referenced once in the code and is only a substitute for calling method "cl_scp_linebreak_util=>string_split_at_position". It's sole purpose is to return the position (integer) in the text...
SAP Managed Tags: ABAP Development Hi, Goto SO10--->utilities--->Copy From Client Give your standard text object name(KNOP) in TEXT NAME field and Give your custom object name in Target name (ZKONP) field. Thanks Mani Reply Former Member 2013 Feb 11 11:45 AM 0 Kudos 3,362...
SAP Managed Tags: ABAP Development Hi friends i want to dispaly the text in a custom table in to one text editor in change mode, The user do some modifications in the editor,and clicks on save,then it should update the data base. ...
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...
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 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, w...