cancel
Showing results for 
Search instead for 
Did you mean: 

Clear the table data in PDF form

Former Member
0 Kudos

Hi all,

I am workin gon WD ABAP, where i have a Interactive UI elelemt, and i am calling a PDF in to it.

The PDF has a table, of which i am able to display , read and save the data to Database.

But after clicking on the save button , i want the table data to be cleared, which is not happening.

I tried with binding with an empty internal table, but that gives an error "SOM Expression....."..!!

Can any one let me know how to clear the PDF table data after clicking on some button.?

All replies will be appreciated...

Accepted Solutions (0)

Answers (2)

Answers (2)

pranav_nagpal2
Contributor
0 Kudos

Hi Runal,

I am not sure about PDF as never worked on it but we can clear the table on view by simply invalidating the node by which you have binded your table. try to invalidate if it helps...

this is the code to invalidate....

lo_nd_nodename->invalidate( ).

regards

Pranav

former_member188831
Contributor
0 Kudos

Hi Runal,

SOM expression will come basically if the node is initial.

for that eitehr you have to use bind_table or create node element or cardinalty 1..n.

plesae try and let me know.

Thanks,

Mahesh.Gattu