Below fm puts sign front of giving value.
FM : CLOI_PUT_SIGN_IN_FRONT
EX.
Below fm puts sign front of giving value.
FM : CLOI_PUT_SIGN_IN_FRONT
EX.
Most of text in SAP are stored in STXH and STXL tables.
We can read text by read_text fm. If you can not find input parameters of the fm , you can use STXH tables.
Example :
Hello,
If you want to give error message in badi , You must use message include .
For example for mm message you can use “mm_messages_mac” include.
Hi,
I already shared how to upload excel file in this link : https://abapdev.wordpress.com/2016/01/08/upload-excel-file-to-an-internal-table/
After upload excel file , we can send e-mail with excel attachment.
Simple abap source code to send mail :
Hello,
This posting include simple abap source code to upload excel file into an internal table.