2008 Apr 23 9:50 AM
Hi all,
I am developing RFC to same datas in custom table. Before inserting i am validating all input values in performs.
I should not through any errors, if any error occured need to capture in internal table and should return.
If any error occured in am storing into internal table.(with the format of bapiret2)
Here my problem is, inside of 3rd level of perform i am getting the error.. from this place i am not able to come out from function module directly... how can i come out directly can u help me...
FM
Begin.
Perform1
Exit.-----> If i write in functionmodule body its coming out of function module
end of fucntion.
form 1
perform2
endform1
form 2
perform3
endform2
form3
Here error is occuring.. i am copying to internal table.. and
Exit.. ---> this is coming out from the perform only...
is ther any statment to come out of function module directly
endform4.
Regards
Hi all,
I am developing RFC to same datas in custom table. Before inserting i am validating all input values in performs.
I should not through any errors, if any error occured need to capture in internal table and should return.
If any error occured in am storing into internal table.(with the format of bapiret2)
Here my problem is, inside of 3rd level of perform i am getting the error.. from this place i am not able to come out from function module directly... how can i come out directly can u help me...
FM
Begin.
Perform1
Exit.-----> If i write in functionmodule body its coming out of function module
end of fucntion.
form 1
perform2
endform1
form 2
perform3
endform2
form3
Here error is occuring.. i am copying to internal table.. and
Exit.. ---> this is coming out from the perform only...
is ther any statment to come out of function module directly
endform4.
Regards
2008 Apr 23 10:02 AM
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |