Hi Expert,We receive Data from external Providers in binary form. I have to convert this Data to XML and save it later in an internal table.Like follow: CALL TRANSFORMATION z_Transfrom
SOURCE XML i_xml
RESULT table1 ...
Hi Experts,
I have a task to display some customer data as a Chart.
The following code shows just blank, although it works well on jsfiddle!!
Please any Idea why it is not working in ABAP ?
Did I miss something?
Regards,
DATA(it_html) =...
Hi Expert, ich have a Database which contain Parent and Child Groups..
Some Groups has Child but others not ?
It can be more than 6 Groups linked together with this Child relation, other groups can has on Child group..
How can I replace the fol...
Hi Expert,
I have (block) tables with many rows. Depending on the Data, I will have 3 or 100 Tables with 2 or 10 Rows for each Table.
The Problem is this table Header must not come in the middle of the Page.
Once it comes and the Place on the P...
Hello Experts,
I am trying to open the PDF without the pop-up which asking to open or save the file.
What I have done:
call Screen 100.
MODULE status_0100 OUTPUT.
lo_html->load_data(
exporting
type = `application`
...