How can i attach customized ZSMARTFORM to f.17 : customer balance confirmation , so that i can print the same instead of standard smartform?
is there any step by step guide?
Thanks in advance..!
Hello ,I believe this will be helpful in this scenario.if anyone needs to debug any transaction triggered by other user an as a developer may follow below steps-1. Set external debugger into the code2. Go to Utilities ->Settings3.Under ABAP editor ma...
Hi,Try using DATA : gp_table TYPE REF TO data.CALL METHOD cl_alv_table_create=>create_dynamic_table EXPORTING it_fieldcatalog = "STRUCTURE NAME IMPORTING ep_table = gp_table. "table_name****assign all the structure values to the field symbol.ASSIGN...
Hi,In this scenario please check whether BAdI has multiple use tick or not and any other implementation is present or not.If BAdI does not have multiple use tick and already implemented,system will inactive your implementation.Thanks.