Hi Experts,I am facing problem in calling Protected and Private method from own instance. Kindly Give a suggestion that how to call.Ex:CLASS cl_super DEFINITION. PUBLIC SECTION. DATA: gv_text TYPE char10. METHODS: percentage IMPORTING sub1 TYPE i ...
Hi Experts,When I tried to park FI document using the SAPSQL_ARRAY_INSERT_DUPREC with the help of user exit. I am getting error message as "Express document "Update was terminated" received from author. Also In ST22 getting error message as "SAPSQL_A...
Hi Experts,Need to use smartform logo as hyperlink. Whenever the user clicks the logo, it should navigate to another web page. Kindly advice on how it is possible in SAP smartform.Thanks and Regards,Anand
Hi Experts,Please suggest how to give cell wise editable option in ALV.. I can find only row wise or column wise editable option. Kindly advice for cell wise editable option in alv.Thanks and Regards,Anand
Hi Experts,Need to get negative value in brackets in Smartform, Without concatenating '(' &lv_value& ')'. Is there any functionality available in Smartform.Kindly advice.Thanks and Regards,Anand Kumar N
Hi Experts,I have created lv_sum in my main program that is outside class and also I have created object for the reference. Kindly advice on calling PROTECTED AND PRIVATE METHOD outside class for the own instance.Ex:CLASS cl_super DEFINITION. PUBLIC ...