‎2007 Apr 19 11:29 AM
Hi in an user exit i am doing coding in which i need to check xfpla-rfpln is equal to fplnr of the internal table in which i am getting the data from fpla table. but the problrn is dat the rfpln is getting the value $000000001 whereas the value in the fpla is 0000000001!! so how can i equate this two??? shall i use split if so then how do we do it?? plss help
‎2007 Apr 19 11:33 AM
As per your output.
Use folloeing condition to equate:
if xfpla-rfpln1(9) eq itab-fplnr1(9).
Sandeep
‎2007 Apr 19 11:33 AM
As per your output.
Use folloeing condition to equate:
if xfpla-rfpln1(9) eq itab-fplnr1(9).
Sandeep
‎2007 Apr 19 11:34 AM
so yet to create Document in SAP , so u cannt put a logic on this .
$0001 means dummy document number of SAP.
Regards
Prabhu