Re: Auto starting dbbackup for live backup of transaction log
One method is to put the dbbackup command in a Windows *.bat file with an infinite GOTO loop that repeats the dbbbackup command. While dbbackup is executing, all is quiet (no looping). When the...
View ArticleRe: Is there a DTW import for BP Activities?
I did the following and then I was able to import Activities (this is for 8.82 version): I closed out of DTW I logged out of SAP B1 I deleted the TEMP folderWhen I back in the DTW and processed the...
View ArticleRe: Total of Orders Quantity
Sunil,Try /SAPAPO/CDPS_REPT; Production overview Best Regards,DB49.
View ArticleRe: JOB Chain Name
Hello Gerben, Below is my requirement. This job has to run at a specific time daily. 1. Checks if the file is created. If the file is created..continues to step 2. Else the step should error. 2. Run...
View ArticleRe: SAP IS for car service centers / workshops
Hi Desh, As rightly said by kavita, SAP DBM is the right solution for SAP Automotive sales, Service & parts sales operations, it has various features such as technician / resources management,...
View ArticleDifficulties having the between clause in the period where clause
Hi,I am trying to create two dimensions for the sales date. One is "Month Name" and the other one is "Year" . So in the business layer, I crated two dimensions based on the sales date. "Month Name"...
View ArticleRe: Call to BRFPlus Function using the generated FM code not working
Hi Daniel/Christian, I am able to add the Technical trace to the CL_FDT_function_process=>process method. I am attaching my sample code below. I am using the method READ and READ_HIERARCHY of...
View ArticleRe: Oracle backup keeps on failing
Hello CinuThe alert log doesn't show anything more than shutting down the database during the backup. Try to increase the trace level of BR*Tools and see what exactly happens when the backup is...
View ArticleRe: SAP Noob...Getting 'BAPIRET2_' instead of Contents of That Statement
Hi - What probably is missing here, you need to create a table like ET_RETURN. You can check the field details for ET_RETURN in SE37 against the Function Module z_esrv_offer_getlist inside SAP. If you...
View ArticleRe: RFC COnnection with .Net system
HI - I will suggest to check with your BASIS team who will build the RFC connection with .Net system through SM59 transaction code. Generally you wouldn't have the access to this tcode. So better check...
View ArticleRe: STRING FUNCTIONS in SCREEN PERSONAS
var r = new RegExp('\\d+');args.output = parseInt(args.input.match(r));or args.output = args.input.match(r).toString();Should work!!
View ArticleRe: EHP7 ECC6 upgrade: kernel switch issue
I don't see an issue with the amount of information you have supplied so far except the /sapmnt/SID/exe which you claim you have deleted. Apart from that I have nothing more to suggest without having...
View ArticleRe: Report of Characteristics Value for Multiple Materials
Hi Gopalakrishnan, I think you can use the transaction code CL30N (Find objects in classes): just input the class name and type, get the characteristics of that class, then select the object type that...
View ArticleRe: Free tool for VB.Net/C#.net Coding Performance for SAP B1
hi, you can developing application for SAP b1 using SAP business one studio for more information about sample go to your local hard drive in SAP folder u can find SAP business one SDK folder.in...
View ArticleRe: Event on selecting a drop down list value in search guibb
Thanks Jens, The reason why I need a drop down event is below. I have a list of values associated with the logged on user in a drop down. The drop down should also have an option to search additional...
View ArticleBatch Classification View is Not Coming for Batches When Created With...
We were creating production order with batch maintenance & batch derivation activated, But for some of the the materials, the batch doesn't have classification view created. So we have to extend it...
View Articlealerts for SO and ARDP
Hi all, I would like to have an alert for SO, it will triggered by 25% of the multiple downpayment. Hope you can help me to create a query for this one. Thanks evryone. Lean
View Article