Re: Download XLSX file using Open Dataset
XLSX is a zipped group of xml files. You can't simply send ASCII data to the .xlsx file. So no = there is no other way as using an external (3rd party) tool, as SAP does not support .xlsx natively.
View ArticleRe: How to dynamically generate selection screens based on radio buttons?
Hi all, Thanks for all your responses. All the responses gave me the solution. Thanks to each and every one. I am closing this. Thanks,Baasanthi.
View ArticleRe: How to dynamically generate selection screens based on radio buttons?
Hi all, Unfortunately I am not able to mark the correct answer options as usually we get. I don't see that button. So not able to close this. Thanks,Baasanthi.
View ArticleRe: PO release
Have you tried using the excluded agents in the workflow template (store the wi_actual_agent of the first level approval in the workflow container and pass it to the second level as an excluded agent)...
View ArticleRe: How to dynamically generate selection screens based on radio buttons?
Hi Basanthi, Few days ago I have integrated my 3 programs with this simple code.REPORT ZTEST.SELECTION-SCREEN BEGIN OF BLOCK B1 WITH FRAME TITLE TEXT-001. PARAMETERS: RB_BOM1 RADIOBUTTON GROUP GRP1,...
View ArticleRe: Time_out dump in BackGround job
Hi Akhil, If the RFC is not working in background then it wud never give dump but the batch job would definitely get cancelled . If you use this function module "GUI_DOWNLOAD" in background the job...
View ArticleRe: Table for MM (Purchase- ME23N) Tax
How to get those PO List for which MIGO has been done without the Excise Capturing based on Condition Type? IN PO, there is a tab Invoices,depending on material there are condition type.Condition Type...
View ArticleRe: Performance question in posting accounting document
Hello,There is no such benchmark on performance for document posting. You can use any of three BAPI, Batch input or IDOC. May be in BAPI there are few more structures . All has got different...
View ArticleRe: Calling Smart Form using Driver Program
Thanks guys, it already helped me to look at Smart Forms by another point of view.
View ArticleBTE 1030 - we use for AP documents, create an event that triggers a workflow
Hello all, We use SAP's program RFBIBL00 to post AP documents. We coded a function module that is called when BTE 1030 is reached. Our FM creates an event that triggers a workflow. We are now doing...
View ArticleQUERY Report AQA0...
Hi Everybody, I have the report of a query, it has the following name sintax AQA0ZPEHR=======ZHR0010======= (the name of the query is ZHR0010) So, I have the report, now here is my question: Someone...
View ArticleRe: Repeating Columns in Spool of ALV Grid Display
Hi Salil, I found one exporting option that might help. It determines the page length of lines: IS_PRINT-PRINT_CTRL-PRI_PARAMS-LINCT . ( = number of lines in table gt_grid_output ) And consider the...
View ArticleRe: Repeating Columns in Spool of ALV Grid Display
How many records is the program giving?
View ArticleRe: BTE 1030 - we use for AP documents, create an event that triggers a workflow
I do not know if the BTE gets triggered or not, but in case if it does not get triggered you can probably check for an exit after the commit (if one is available) or if not call a FM in update task so...
View ArticleRe: How to find target info provider when DTP loading
Hi, Anybody knows how to identify the info provider with the job name BIDTPPR_48976359_1. Because there are so many jobs with BI_PROCESS_DTP_LOAD. How to identify for this DTP job (BIDTPPR_48976359_1.)...
View ArticleRe: Time_out dump in BackGround job
Hello, incoming RFC call is started everytime in a dialog work process on the destination system (if it's SAP system), I suppose that's the reason why you get the timeout dump - because on dialog work...
View ArticleRe: Display logo in excel using XML
From your words, there is the main requirement - to use it in background and to be it an excel file. If you are an abap developer, this kind of scenario is soooooo regular and so misunderstod from the...
View ArticleRe: how to find (SAPLMRMF)TAB_ERRPROT[] in badi
as previously explained, if possible, do not use the syntax with the (program)variable/perform etc. It is mainly used for internal purposes (and even there SAP is to be blamed for using such syntax)....
View ArticleRe: Time_out dump in BackGround job
I believe Akhil wrote about writing a background process - this gives me the reason that I doubt whether he (she?) wants to do the data fetch in SAP and only provide for the other systems or what is...
View Article