Re: ABAP code issue
Hi, 1.While using "for all entries", check internal table is initial or not. In your case check SOURCE_PACKAGE is initial or not2.pass SOURCE_PACKAGE to a temporary internal table, delete adjacent...
View ArticleRe: Upload data from XCEL to internal table in SAP GTS system
Especially in case of 'XLSX' file not able to convert..........using gui_upload and with the class cl_gui_frontend_services=>gui_upload method.
View ArticleRe: reading the file from application server for record number of times
Hi Sachin. Try this way... OPEN DATASET gv_file FOR INPUT IN TEXT MODE ENCODING DEFAULT.IF sy-subrc EQ 0.* DO 2 TIMES. DO. READ DATASET gv_file INTO li_strng. IF sy-subrc EQ 0. APPEND...
View ArticleRe: Change chronological order of comments
Bindi, I guess you would need to modify the code organising the listing of the comments as at present the list orgainses the comments by the date of original listing with replies threaded. You would...
View ArticleRe: Garnishment Rules for multiple states - every year
Hi Ashish, TUBS are solely for Taxes so that option is not available. for the initial requirement you can run LSMW if all the states are in picture for T5UG4 if the rules are in place, let us wait for...
View ArticleRe: IE Favorites and Custom AFP Framework lead to wrong WindowID
Hey Lawrence, So, I'm not sure I got your point across, but I see you are trying to generate a favorite that would lead one to that page, there is really no need to check the WindowID, since it is...
View ArticleRe: Print PO item text in different language
Hi Sharma, Thanks a lot for the quick help. Sorry for my poor English. In note 89899 solution it says: "If purchasing documents are also to be output in another language, you can do this making a...
View ArticleRe: How can we change the field confirmed work of SAP PPM from edit to not...
Hello Cassoké! If understand it right, you need settings for recorded time to show up as confirmed work and not just non-edit mode itself for this field? I'm interested in these settings too....
View Article"Database logon failed" error while trying printing a document
Hi, recently I went from CR Basic for VS2008, to CR 13.0.2 (for VS 2010) on Windows 7 (64 bit) and Iam using .NET 4.0 framework.In VS2008 all was working fine, now I get the "Database logon failed"...
View ArticleHow to add page color to word document using SAP OLE
HI,I want my MS word page color to be grey when called from SAP, tried various option but it is not working. Please provide me your suggestions.
View ArticleRe: Query Designer: counter for values
Hi, create the new formula for dealer 1 under column panel -> define the formula -> hit the aggregation tab -> use the counter for all detail values that are null or zero -> reference char...
View ArticleRe: Devolução ao fornecedor de uma NF modelo 1/1A - Erro validação campo B12_MOD
Olá Eduardo, muito obrigado. Meu cenário é o 2 - a NF referenciada não é eletrônica, e está com o modelo 55 incorreto (se for o caso, o modelo deveria ser 1 Ao verificar a categoria E1 identifiquei que...
View ArticleRe: Electronic Bank Statement Upload Error
Hi, Please provide the screen shot of the file you are trying to uploaded or as suggested by other members try to find out what is entered at place of bank key and account number. As the long text of...
View ArticleRe: Function module to create combination order
Thanks Stefan. I know APO doesnt support combination order. My idea was to create this through a user exit in ECC side of CIF by some logic. I think function modules are available to create this but...
View ArticleRe: Unable to use relay server using https configuration
Hi Debidutta, I also had some problems to connect the RSOE to the relay server with https.I changed the settings for ssl on the "server" folder from accept to ignore client certificates. kr,Joachim
View ArticleRe: master data is not uploading
Hi Rama, As experts said it appears to be a mapping issue. However, it would be useful if you can check the records in master data info object and check the keys for it.Also check if the data is...
View ArticleDataSourceException while publishing Report in Tableau Server
Hi Experts I am fetching data from the Sap Hana to create a Dashboard in Tableau Desktop.After creating when i am publishing it on the Tableau Server it is showing the following error:I have installed...
View ArticleRe: Process chain tree
Yes, Table - RSPCCHAIN, pass your meta chain technical name to process chain(chain_id).observe Column TYPE and VARIANTE. you may play with those. you may get what you need. TYPE - chain and Variante...
View ArticleReport in background
Dear all i have to run a report in background , and excel file should get generated and to be stored in user desktop. issue is when we run a report in a background particular layout should get...
View Article