Re: Error while invoking an automated activity
Hello,Make sure u have properly defined the BPM component name under service reference?In addition to that, check if new version of BPM is deployed properly under NWA -> Process and Tasks?...
View ArticleRe: Creating Wage types and using Indirect Valuation for a custom infotype
Hi Aastha, indirect valuation has been incorporated for standard info type (0008 , 0015 ,0014). if you want to do the indirect valuation for custom info type then need to have ABAP workaround....
View ArticleRe: No schedule lines due for delivery up to the selected date
Hi Nishant There could be many reasons as mention below of the same error. 1) check MD04 and check material is available or not.2) check MMBE stock is available or not in plant and ST location.3) any...
View ArticleRe: Unexpected results with null values in datawindow
Do you call groupcalc() after the datawindow is loaded up and ready to display?groupcalc will force an evaluate on all the computes in your datawindow I would do at least 2 groupcalcs to see if that...
View Articlehow to set color to a cell in sap ui5 table dynamically
HI experts, can anyone please let me know how to change the color of a cell in table based on the value it is holding? BR,Pandu.
View ArticleRe: Graphical Mapping question
just use the remove context before the copy value?i'm not sure why you wanted to use copy value but you can defiently use if without else as suggested earlier..
View ArticleRe: Edit Infoset
Just to update that the response was edited (and poster in question also requested it to be deleted!) Thanks for co-operation guys. Sally
View ArticleRe: Edit Infoset
Hello Sven I have misunderstood the query, thanks for correcting me. Yes Infotype 0016 has country specific fields which are not available PA0016 tables. I am unable to delete the reply and have...
View ArticleRe: bapi
Hello Krishna, Use the function module BAPI_SALESORDER_CHANGE, CALL FUNCTION 'BAPI_SALESORDER_CHANGE' EXPORTING salesdocument = r_salesdocument order_header_in =...
View ArticleSAP SCM
Hi I am looking to learn the SCM module for SAP since I have not used SAP before. Can someone recommend a book I can use and where I can get aused copy if possible ? My email is fricotmichael@gmail.com...
View ArticleRe: Webdynpro - FPM Dialog box - pass data
Hello Arnab, I was searching for the same question when i came across this thread. Doing some analysis i got the answer. I am not sure its helpful to you as the thread is from year 2012. For your...
View ArticleRe: how show groups header on each page programmatically
Hi, I am using Visual Studio 2010 and I am trying to access this setting, but unfortunately unsuccessful. Does anyone know how to programmatically set this option? Plus, I have a group inside subreport.
View ArticleRe: Deployment of webdynpro takes long time
Hi Just refer the SA Note 1583913 - Applications migration ends with errors or warnings RegardsRam
View ArticleRe: PIR, PO Price History, Conversion
You know the last PO number from EIPA table, so you can extract the conditions from exact those purchase orders and load it as conditions to your info record if the info record does not have its own...
View ArticleRe: Email Notification when Credit Block is removed on Sales Order
No need for any enhancements or user exits. As correctly noted above, the same solution as in the OSS note may be used, which utilizes standard output functionality. The only difference is that the...
View ArticleEmpties management
Hi all, I have a business requirement where want control the empties (bottles and crates) in hands of customers and how many returns for the plant. Have handled this scenario with a standard solution?...
View ArticleRe: Reg: No enries in SID table of attribute of a Master data info object
Did you activate the data after loading the data. Try to execute the program RSDG_IOBJ_ACTIVATE Can just create a Test Query on your Character and execute the report, Check the SID values. If this...
View ArticleRe: SQL procedure - local table type not accepted in default schema
Hi Trond, I had a similar problem when I was trying to declare my local table in the first line of the prodedure; the create procedure; CREATE PROCEDURE myProcedure (OUT ONTIME tt_mytable) I would get...
View Article