Hi,
I have created a z program to send email with a single pdf attachment.
I am using the FM: SO_NEW_DOCUMENT_ATT_SEND_API1 to send the email.
I am using the FM:GUI_UPLOAD to specify the PDF file.
Now I want ...
Hi,
I want to add a custom z button on FBL1N transaction so that to add custom functionality to selected rows in FBL1N.
I have found that I have to use BADI FI_ITEMS_MENUE01.
Is this correct? Can someone guide me how to add this custom (Z) butt...
Hi,
I have a request to convert the incoterms field (VBKD-INCO2) in sales order create/edit
screen, to a drop down list with fixed values.
what is the proper way to achive this?
Can someone help us?
Hi,
I have a request to convert the incoterms (part 2) field (VBKD-INCO2) in create/edit of a sales order to a drop down list with fixed values.
Can someone help us?
Hi,
I have developed an ABAP program that calls transaction FBZ2 and with the created document number prints a report. I have used the following statement to call FBZ2 transaction:
CALL TRANSACTION 'FBZ2' USING BDCDATA MODE 'A' MESSAGES INTO M...
Hi,We have the same request to transfer the RE contracts from one company code to another.Can someone explain to us what is the functionality of the FOIJ transaction?What is the purpose of the fields (for example "logical input file", "name of sender...
Problem solved.The error was in body_start, body_num and doc_size fields of packing_list table of the FM.For second attachment:The body_start must have the number of lines +1 of the first attachment The body_num must have the number of lines of the s...
Hi,
I have created a function code ("+CL") in a z program and I added both in the Fcode tab of the
FI_ITEMS_MENUE01 BAPI but the button does not appear in FBL1n.
can someone help?