SAP Managed Tags: ABAP Development Hi, I use this FM to send e-mail in VA01 for a certain output type. I passed a parameter, COMMIT_WORK with an 'X'. But then when creating sales order upon saving, i got an update terminate. Studying the dump error, it is an error of COMMIT_...
gv_message_text_output= text-s02.MESSAGEs208(00)WITHgv_message_text_output DISPLAYLIKE'E'.ENDIF.ENDFORM."FRM_SEND_EMAIL*&---**& Form FRM_GET_ATTAC*&---**text 动态获取ALV数据*---
SAP Managed Tags: ABAP Development hi everybody im using fm SO_NEW_DOCUMENT_SEND_API1 to send mail, i have 2 receivers, the mail is being sent properly but the sender is getting the mails twice in his mailbox there are 2 receivers and 1 sender the sender should receive the mail on...
SAP Managed Tags: ABAP Development Hi Gurus, I have a scenario where the FM 'SO_NEW_DOCUMENT_ATT_SEND_API1' is used to send mails. SCOT has the respective entry as mail is sent but the status has a grayed X sign which says a message "Still no entry in queue". This FM is used...
Please note that the parameter is dynamically switchable, so there is no need to restart ABAP application servers if you adjust its value. Next, you should log on to the called system via SAP GUI and specify the user that is used by the mapping to invoke the function module in debugging ...
SAP Managed Tags: ABAP Development Dear Experts, I have used FM SO_NEW_DOCUMENT_SEND_API1 to send mail notification to the users using receiver type = 'B' lt_receivers-receiver = 'SAPUSERID'. lt_receivers-rec_type = 'B'. I didn't get any exceptions and the sent_to_all expo...
SAP Managed Tags: ABAP Development hello friends, below i am pasting the code which i have done till now,what more coding i need to do to use the FM convert_otf_2_pdf. what should be the data in the tables OTF,DOCTAB_ARCHIVE,LINES which v pass to the FM DATA: cparam TYPE ssf...