Re: Stock reporting question
Hi Simon, I don't expect your delta will be missing. You will get the changes. It's not required to compress. Relevant Docs:...
View ArticleRe: ABAP book after 1 year of expeirence
ABAP Course Manuals which SAP provides for Certification also contains valuable information. You can refer to them as well. Regards
View ArticleRe: How to Abort the workflow
HI Ravi , By throwing errors in XPDL , you would always get them in your back ground tasks only, so the document would get lock anyways. Why cant you make a validation script or make it mandatory for...
View ArticleRe: What is the fct-code of back,exit, and cancel?
Hello, The standard function group SVIM has lot of GUI statuses from which we can find the function code, which we need to implement in custom code or remove them. Thanks.
View ArticleRe: Maintain the context in an RFC_Lookup reponse
Amit,I beleive the mapwithDefault will be relevant only of you get an empty context in the reponse queue.In my case I get nulls (dark gray queue cells with the text <null> in it)
View ArticleRe: diffierence between f110,fbra and f-44
Hi Linda, Here is my opinion about you questions:1) If you don't manage Check in system, it's enough for your AP flow.But, if you manage Check in SAP system, the transactions from F110 will be:Dr...
View ArticleRe: block payment for rejection
Use QM control key in QM view - This will block payment if UD is not done or partial possting is doneuse the following badi to have a control on the above issue. Please take a help of your ABAP and use...
View ArticleRe: Need help on reporting scenario.
Hi. The problem is you wont be able to read string values in if else conditions you can only read numbers. I would suggest you to create Restricted keyfigures as per the requirement. RKF1---Restrict...
View ArticleRe: Is Certification necessary?
Hi Rituparna, Certification is not an necessasity , but it can be beneficial. Its not mandatory to have this in terms of finding some good Opportunities in CMMI Level 5 Companies. I dont think SAP...
View ArticleCalculate and Exclude Overlap hours between different Start Date and End Date...
Hi All, We have a requirement in SAP Bobj Webi, werein, I need to calculate the Total Hours between Downtime-Start Date/Time and Downtime-End Date/Time for an Notification.However, if the child...
View ArticleRe: Budget Check after running distribution cycle KSV5
Hi Gordon, I have gone through the note referred by you. According to note number 865855, System was supposed to generate warning instead of an error message but in my case even warning didn't came. It...
View ArticleRe: Make ALL ROWS of a table control EDITABLE
For each input/output column field in the table control, set attributes to allow Input.
View ArticleRe: Issue with Webi Report when Exporting to Exel
Hi Mahi, As far as i know, It should work. try using calculation context and Nofilter function to calculate section level totals within block headers. I have used below to come up with Year total...
View ArticleRe: Copying Order Operation to notification in activities tab
Hi Praveen,I did faced this kind of scenario , and instead of populating the task from Order , I took from the Task list based on the Maintenance Strategy. We did developed a custom program to populate...
View Articleauto mail for batches before expiry
Dear All, Is there any standard configuration by which i can receive automatic mails to a mail id 10 days before the batch exipry. Regards,joseph.
View ArticleRe: logical path creation
Hi, The question is not clear. Do you want to create a directory for interface files? If not, what do you need? Regards,Graham
View ArticleRe: 0FI_AP_4 delta issue
Hi vaclav, Check the below link, this might help you. http://sapbwneelam.blogspot.in/2007/09/note-380078-faq-bw-delta-queue-rsa7.html Regards,Anil.
View ArticleRe: Opening And Closing Stock
Hi, Check this out: http://help.sap.com/saphelp_nw04/helpdata/en/5b/8dc73cee4fb55be10000000a114084/frameset.htm Hope that helps. Regards,AL
View ArticleRe: ALV to Excel Download when using cl_salv_table=>factory
Hi try this code PARAMETERS : vbeln TYPE vbak-vbeln.types : begin of struct, vbak type vbak, vbap type vbap, end of struct. data : itab type TABLE OF struct, wa type struct. data obj TYPE...
View ArticleRe: Bulk transport requests needs to be moved to quality system
Hello dolly,You have posted in the wrong community! Our community is for topics of transportation like to plan the goods movement with truck, airline, ships and so on. Your request should be posted in...
View Article