Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 10671

How to use preview in Badi EXEC_METHODCALL_PPF

$
0
0

Good day,

I am using BADI "EXEC_METHODCALL_PPF" to copy complete document to a follow-up document.

 

 

There is IP_PREVIEW flag in method IF_EX_EXEC_METHODCALL_PPF~EXECUTE.

 

 

But it is cannot be set to "X" when i copy complete document to a follow-up document.

 

 

How can i open copied document for edit on the view, immediately after background copy operation? Only for one type of document...

Can i open it after code

 

 

* copy document  CALL METHOD lc_action_execute->copy_document    EXPORTING      io_appl_object     = io_appl_object      ip_application_log = ip_application_log      ip_action          = ip_action      ip_preview         = ip_preview      ii_container       = ii_container      iv_actiontext      = lv_actiontext    IMPORTING      rp_status          = rp_status.

 

 

?

 

Regards.


Viewing all articles
Browse latest Browse all 10671

Trending Articles