Re: LIST_FROM_MEMORY
Hi, I forgot to mention that I have already try with 5000, 10 000, and it's the same, the field(5000) type c only captures 250. So i found that someone change the type to string, but my problema is...
View ArticleRe: Error executing CO_SF_CAUFVD_GET
Hi Dengyong, you're right, the function it doesn't work for that kind of orders, I tried with others and it worked fine, I found another one that solves my problem, thank you!
View ArticleRe: delete duplicate entries with condition
Hi Haritha, We can achieve this in couple of steps. Copy the Internal table into a temporary Internal table IT_TEMP.SORT IT_TEMP by RACCT.DELETE ADJACENT DUPLICATES from the temp table IT_TEMP...
View ArticleRe: delete duplicate entries with condition
Hi Nitin,The above code will work fine but you must have forgotten to add a check for LV_HSLVT and WA_TABLE1-HSLVT equal to zero. loop at it_glt0 INTO wa_glt0.clear : wa_glt0_1 READ TABLE it_glt0...
View ArticleRe: LIST_FROM_MEMORY
The limit of 255 characters is because of program called using SUBMIT.Report zprogramname line-size 1023.Line size can be increased to maximum value of 1023 using this statement.When you submit program...
View ArticleRe: Sample code for HTTPS Basic Authentication
Hi Pushkar, Before going to start HTTPS ABAP coding please check the https ports available or not.You can get this information in SMICM transaction. Thanks,Ashok.
View ArticleRe: Update termination error in GJVV
HI Alfred, i am not sure about this problem - plz share incase you find any solution.
View Article/bobf/cust_ui - How to execute a determination with condition
Hello, I created a determination with the pattern "create property" in business object EHHSS_INCIDENT. I want to make a field mandatory for a the Incidents... not for the near miss or observation....
View ArticleRe: SAP add-on installation
The correct space would have been SAP NetWeaver Administrator or SAP NetWeaver Application Server. Anyway, there must be something in the transport directory (e.g. /usr/sap/trans) indicating that the...
View ArticleRe: SAP add-on installation
Thanks for corection) I have already solve an issue (just clear file <SID> in /usr/sap/trans/buffer )
View ArticleRe: Note 828857 for SEND SAPCONNECT INT
Just one more thing. my SAP_BASIS Release is 700 level 0013
View Articleopen dataset exception not triggered
hello folks i'm having a dump because i can't open the dataset, but when i use this codeopen dataset p_file for output in text mode encoding default message mes.if sy ne 0.message mess type E.endif.the...
View ArticleRe: Get Import Parameters of a Function Module
Use function module FUNCTION_IMPORT_INTERFACE.
View ArticleTab key does work in module pool
Dear, Please, someone already passed or saw the following situation:In a module pool Z, in a tab item creation (there are several columns to be filled), pressing the TAB key, the cursor is directed to...
View ArticleRe: How to convert select-options into internal table ?
You can also use FM PRINT_SELECTIONS. Below is the link that has the code print the selection screen data on the report output - ABAP Development - SCN Wiki -Amit.
View ArticleRe: GUI Status - Button ICON_FILTER - sy-ucomm
Hey Rüdiger, it works perfect to my need. Thank you very much.Sincerely,Tatiana
View ArticleRe: Work Process
Hi Neal, Ques 1) So Single Work process handles only one request at a time?Que 2) Is there any limit on number of Work process that can be set ?
View ArticleRe: View ABAP program data in PDF
Hi Rajesh,I have used CL_GUI_PDFVIEWER and cl_gui_frontend_services=>execute this had done a trick. Thanks, Avadhut
View ArticleModify variant associated with a Query
Hello Gurus, I hava a Query that has a variant. I want the following: From a Report I want to get the variant change the values and execute the Query with the new variant changed? I am using this, the...
View Article