Re: ABAP Code to move a file to another directory ?
You can approach in three steps. Scan the source directory and identify all file names , keep it in an internal table say it_filesloop at the internal table it_files , use copy function module to copy...
View ArticleRe: Settlement: Complete Allocation Structure Even if Costs are 0
Hi Ramesh,System behaviour is right Check OBA5 with Application Area KD wherein see what is Message control if blank then set below Message No.625 = Settle the balance from previous year in previous...
View ArticleRe: How to cancel a failed process instances
Hi Jun, I tried to do it but didn't work. Is it because of the reason that process doesn't have context data, it' s not allowing to cancel. Thanks.
View ArticleRe: Notification completion issue
Check this exit as well. IWOC0002 PM/SM notification: Check whether status change is allowed From exit documentation: Furthermore, the customer exit enables field checks to be made in the current...
View ArticleConfigure MVKE-VMSTA
Hi, Follow below path - SPRO - Logistics - General - Material Master- Settings for Key Fields - Data Relevant to Sales and Distribution - Define Sales Statuses. Regards, Sai Krishna.
View ArticleRe: Issue during Upgrade EHP4
hi Sohrab,please check the status of Product system in which ERP already selected.while I upgrade the ST-PI from 5 to 6 level. Regards,
View ArticleRe: WD ALV column visibility
Hi Matteo, Try this.. DATA lt_table_settings TYPE REF TO if_salv_wd_table_settings. DATA lt_column_settings TYPE REF TO if_salv_wd_column_settings. DATA lv_column TYPE REF TO...
View ArticleRe: sales analysis columns not aligned
Hi Nadav, I think already you got the answer. Please close this thread. If not, Please refer SAP notes: 1224747
View ArticleValue is not passing from sub-workflow to main workflow ?
Hi , I have problem with sub workflow task when i try to insert from main workflow to sub workflow value is passing but from sub workflow to main workflow its not giving any return value. My scenario...
View ArticleRe: ALV print preview different from report
Hi, It did not solve my issue. I am still finding the solution.. ThanksPurnand
View ArticleLTP for MTO with configurable material
Dear Experts, Query related to LTP in MTO scenario with configurable material. 1) We are created inactive PIR with simulation version 2) Then create the planing sceanrion. 3) And taking the planing...
View ArticleRe: Items last purchase price related to particular vendor
Hi Gordon sir, It is running good. Thanx a lot. Regards,Ravi
View ArticleRe: Billing to Return Order
I have tried pricing type D but system doesnt copy the condition record in Billing
View ArticleRe: Dynamic ALV gives Runtime Error only in Background
Thanks Pavan. It was a dynimically build field catelog and there was an error with currency fields. It is fixed and works now. Thank you very mcuh for your help.
View ArticleRe: Dynamic ALV gives Runtime Error only in Background
Thanks Gourav. It was a dynimically build field catelog and there was an error with currency fields. It is fixed and works now. Thank you very mcuh for your help.
View ArticleRe: Billing to Return Order
Hi Sai, Thanks for your reply... Is there any way where we can copy the same condition exists in billing... In our scenario we are using two discount condition types say zd00 and zd01-if we maintain...
View ArticleRe: Runtime Error only in Background Job - Dynamically Created ALV Layout
Hi Mani. Yes. it is a currency field error in dynamically build field catelog. I have fixed. Thanks for your help.
View ArticlePlanning Material
Hi Experts, Can anyone please let me know why we use a Planning material and also what are the critical fields in Material master related to it? Thank you,Naga
View ArticleRe: Quantity Edit in Credit Memo
Hi TW, Yes, you are correct. We are supposed to take both 8 & 2. But, credit memo should be give for 8 qty. Now, why I asked the question that whether its allowing to do PGR reversal or not is,...
View ArticleRe: Small info about Matrix Validation..
Hi, You can try this.. dim s as string =objform.items.item("ItemUID").Specfic.Value.substring(0,1) From this u can get the 1 letter .. Now try ur logic Regards,Prasad
View Article