Hi
The requirement is :- the entered file name needs to be searched through a directory path which will be entered in the selection screen field ‘File path’. This is to ensure that there is no duplication...
View ArticleRe: Regarding email from invoice
Dear Jelena, The output type is configured now and i attached my custom program to send email to this output type. Email is being send when invoice is created using vf01. However in case of vf04, the...
View ArticleRe: smartform printing half of data on first half of table then printing rest...
The simplest way is to use a dedicated column that alternates value between 0 and 1 for every line.Then you add a WHEN condition in the loop comparing the column to 0. regards,Edgar
View Articlepassing parameter to EA60 transaction from FM
Hi, I have a requirement that i need to call EA60 transaction using CALL TRANSACTION and pass all the required invoice details, print parameters and Re-print invoice automatically using the FM which i...
View ArticleRe: Explicit enhancement
Hi Bishnu, This link talks about implicit enhancement. I am looking for explicit enhancement. Regards,Jotsaroop Singh
View ArticleRe: Modification of Internal Table
Hi, try something like this. No need for 2 internal tables . FORM test05 . TYPES: BEGIN OF tp_summ_1 . TYPES: matnr TYPE mseg-matnr . TYPES: erfmg TYPE mseg-erfmg . TYPES: END OF tp_summ_1 ....
View ArticleRe: RS_FUNCTION_CHANGE: Going to short dump
Thanks. It really works. But one doubt. Is that ok if I call this API from third-party software? Will there be any problems pertaining to Authorizations etc?
View ArticleRe: smartform printing half of data on first half of table then printing rest...
Hi Priya, Can you try to make the internal table same as your requirment( with col1 to col6) in report/ smartform(using program lines) and filll the internal table(col1 to col6) such that based on the...
View ArticleRow wise total using ALV OOPS
Hi experts,My requirement is to display rowwise sum in ALV .We have option to do column wise sum by setting do_sum field in fieldcatalog. Do we have anything to do rowwise sum?
View ArticleRe: Row wise total using ALV OOPS
Hi Satya,Yes.They all are currency and quantity fields.
View ArticleIs it necessary to Release Inspection lot to perform Result recording.
Hi All,Is it necessary to change system status of Inspection lot number to perform Result recording of inspection lot. ThanksSaurabh
View ArticleRe: Explicit enhancement
hi, you can create enhancement spot and enhancement implementation . and then enhance the source code of the function module. So in that case you will enhancing the source code and not global data or...
View ArticleRe: ALV in screen painter
Hi Here is the code: REPORT ZTWEAKED_APPRAISAL_MIGRATION." MESSAGE-ID ZMSG_HR_APPRAISAL. INCLUDE ZTWKHR_APPSAL_MIGRATION_TOP_V3.INCLUDE ZTWKHR_APPSAL_MIGRATION_MTD_V3.INCLUDE...
View ArticleRe: Smartform printing
use Table Line or Loop in your smartform, after printing values of vbeln/fkdat in your form using TEXT_CONTROL insert NEW_PAGE command. Thanks,Ritesh
View ArticleRe: BADI/Customer exit for Goods Issued through VL01n transaction.
The change needs to be done in a specific user exit so that when the delivery is Goods Issued either manually in VL01N or through BAPI, my code is executed and delivery date is updated.
View ArticleWorkflow and IDOC
Hi Experts, I am new to workflow and Idoc's. Can you please suggest me how do I start leaning them? Is it enough if I browse through some materials and tutorials??Please help. Thanks,Aruna.
View ArticleRe: Smartform printing
Hi , In inside layout if you use table then please add where condition otherwise you can filter all VBELN respective data in Gloabl definiton (Initialization) area and add your code in inside...
View Article