Re: Activities Overview, Activity Closing Date
Hi, Tested in 8.81 & 8.82 version. Gettind expected result from both version. Scenario tested: 1. Created new activity on 19-11-2014 2. Closed on same date 19-11-2014. Its appears in activity...
View ArticleRe: Is it possible to extend the existing time profile of an activated...
You should be able to do it...with 3.0.2, you can change time profile... Key is how are you transporting code fro Dev to QA
View ArticleDTW UPLOAD POSTING UNBALANCED TRANSACTION DUE TO NETWORK FAILURE
Hi Guys,I prepared an excel spreadsheet of 1200 line items journal entry for upload into SAP B1 2007 environment, though during the upload there was a network failure in between due to power outage but...
View ArticleRe: How to make time field empty/NULL?
Resolved. Like below. IF ls_btcselect-from_time IS INITIAL. ls_btcselect-from_time = ' '. ENDIF. IF ls_btcselect-to_time IS INITIAL. ls_btcselect-to_time = ' '....
View ArticleRe: P&L level
Hi Malcolm, Thanks for this code, i tried it and i'm amazed that it was set given by hierarchy level. But i have some concerns about this code. I tried it and it works fine but when i inner join...
View ArticleModification-Free Enhancement of Vendor Master - fails after upgrade ENH7
Since upgrading to ENHP7 from ENH5, updating of the new fields that were added with the modification free enhancement of the vendor master are no longer being added into table LFB1. Has anyone else...
View ArticleRe: DTW UPLOAD POSTING UNBALANCED TRANSACTION DUE TO NETWORK FAILURE
Hi, Please refer DTW On line help file for solution under FAQ and Troubleshooting. Thanks & Regards,Nagarajan
View ArticleRe: Task List issue in Charms
Hi Abishek, Please describe you model of using QGM.Do you using QGM + Charm model? Rg Dan
View ArticleRe: ITSM role for Dispatcher
Hi Anton, Please close the Thread with Assumed Answered. Rg Dan
View ArticleRe: Submit statement to MB5B is not showing batch data - please help~
Hi Sagar, I tested my codes again today, and found that the internal table GIT_DATA no longer contains batch data. Is there something that could have gone wrong? If so, how may I check & resolve...
View ArticleLSMW- No subsequent document found in Accounting
Hi SAP Experts,Need your advice on this..Previously, I did post a discussion regarding Multiple Line Item scrapping via LSMW-Recording.My user successfully be able to perform Mass Scrapping via LSMW...
View ArticleRe: BPC 10.0 NW - Consolidation Monitor - Resetting Status
Hi, Data from the cube will not be deleted by resetting the consolidation status.you may want to reset the consolidation status to "To be executed" in the following cases:Changes in the Rate and...
View ArticleRe: How to book the latest SAP BODS Certification exam in Singapore?
Did you try contacting Pearson Vue in Singapore? Just a suggestion.
View ArticleRe: Cannot View All the Database in SAP Business One
Hi All, Thank you for the information. Warm regards,Anthony
View ArticleRe: Converting warning message into error message
Hello Please take help of ABAP Person by using below information Message Class:I0Message Number:230 Below are Program where above Message number being used so consult with abap person by selecting...
View ArticleRe: BAPI_MATERIAL_SAVEREPLICA
Hi, So what do you see when you debug? I assume you did a 'commit work' after calling the BAPI? Maybe something stopped that from happening... then everything would look ok, but nothing would be saved....
View ArticleRe: Revert Selective Deletion to DSO
Hi, Selective deletion might be deleted data from Active table.if have selective deleted records list then please check change log table data. if not exist at change log table then you can reload from...
View ArticleRe: Negative sign for Values. How to shift negative sign from right to left...
Dear TobiasThank you for help, I was solve the problem by using the code.Thank youTerry
View ArticleRe: Authorization issue even if user has the correct role
Hi Collen, In ABAP program, there is authority check for report execution authorization object. If sy-subrc is 4 then error is thrown. This authorization object is already present in the role assigned...
View Article