Hi All,
I am navigating from A application to B and back to A by using FPM launchpad and calling method IF_FPM_NAVIGATION-NAVIGATE.
In the launchpads for both A and B I have set the Icon Path to default for Webdynporo ABAP:
/SAP/PUBLIC/BC/ICONS...
Hello All,I would appreciate help on the following subject:I need to get some info from standard transaction, calling it from whitin my Z* report.The transaction calls report writer program, that is why probably not a solution to use ABAP statement "...
Hello All,I have an archived document, which is stored in internal table in binary format. This document always has 2 pages and I need to encode these pages in Base64 for including them in PDF form as images. I would need to separate these pages and ...
Hello All,I would need an advice regarding printing documents from SAP Archive in Adobe form.I use FM ARCHIV_GET_CONNECTIONS and FM ARCHIV_GET_TABLE for getting archived document in the internal table.In which format I should have the document from a...
Hello All,I would be grateful for advice on the following: how to find out the spool ID (field TSP01-RQIDENT) when I have, for example, printed object key (field NAST-OBJKY) ?Any ideas?Thank you,Kind regards,Mindaugas
...additional info: if "Suspend/Resume" check box in the FPM launchpad "B" is OFF, then icons in "A" are in place (navigating B->A), but I need to have this checkbox ON, because in this case event FPM_RESUME gets trigerred.
Hi Rajkumar,please correct me if I am wrong, but EXPORT / IMPORT uses a database table, this means transaction must save data in the table before IMPORT can be used.BR.
Hi Aruna, thanks, but the report behind the standard transaction I call is written by Report Writer, that is why I think "SUBMIT report" statement is not an option, because of 2 reasons:1. report name will change each time it is generated2. SUBMIT st...
Hi,maybe one of a few options to split the multi page TIFF into separate pages could be done the following way: 1. convert TIFF to OTF2. split OTF to separate pages (delimiter of pages is // or so)3. convert OTF to TIFF page by pageThese FMs might be...
Hello,Thank you for the message.in my case FM SCMS_AO_STATUS gives a table with 2 COMPIDs:1 data1 image/tiff 7813612 note application/x-note 28In the next step I execute FM SCMS_AO_TABLE_GET with COMP...