Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

USER EXIT

Former Member
0 Likes
389

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
339

As per your output.

Use folloeing condition to equate:

if xfpla-rfpln1(9) eq itab-fplnr1(9).

Sandeep

2 REPLIES 2
Read only

Former Member
0 Likes
340

As per your output.

Use folloeing condition to equate:

if xfpla-rfpln1(9) eq itab-fplnr1(9).

Sandeep

Read only

Former Member
0 Likes
339

so yet to create Document in SAP , so u cannt put a logic on this .

$0001 means dummy document number of SAP.

Regards

Prabhu