‎2006 Nov 27 11:20 AM
to this function module i have passes all document data ( doc no. , doc version , doc type , laboratory , doc part , status ) ........... in my return structure it is showing no values ........ actually after creating document number , it should fill the return structure with message type , number etcc ...............
why is it so ???/
help me out
‎2006 Nov 27 11:25 AM
check in RETURN value what value is getting populated or else it might be that in one of the tables the output is getting stored...check each one...
‎2006 Nov 27 11:27 AM
in the return table the output is empty ......... no error or success messages are coming in that table ..........
‎2006 Nov 27 12:50 PM
As there will be no sy-subrc checking for this fucntion module it can't return a mesg on success ot failure onthe execution of the BAPI.
Rgds and Cheers,
Giri