Hi to all,
I have a requirement to change the email message created from AVC(Availability Control) sent in Business Workplace tcode SBWP. while debugging the the BADI i found this FM DOCU_GET it is use to get the email message in sap-script form. i check the parameters maybe it use in standard text or something but the object is not existing. That why i am wondering maybe there is a transaction to create a documentation with ID: NA?
CALL FUNCTION 'DOCU_GET'
EXPORTING
extend_except = 'X'
ID = 'NA'
LANGU = 'EN'
OBJECT = 'FMAVC005' --> where can i find this?
TYP = TYP
IMPORTING
DOKSTATE = DOKSTATE
HEAD = HEAD
TABLES
LINE = LINE
EXCEPTIONS
RET_CODE = 01
OTHERS = 99.
thanks in advance.
Regards,
Etrafanob