Re: MASS MATERIAL ASSIGNMENT LSMW
Dear Dipeshkumar BhavsarThank you so much for explain me, you are so kind. but i have a questions...how can do it if my inspection plan have not materials?and if i do it like you ,i need to have one...
View ArticleRe:Extending JAM Application
You have a syntax error on this line:for(int i=0; i<responseString.length; i++) It should be:for(int i=0; i<responseString.length(); i++) Generally speaking, if you are getting a compiler error,...
View ArticleRe: Export only Report Table data into Excel without Heading of the report.
you can get the table ID from the following: GET /documents/<reportID>/reports/<reportId>/elements. the Response should contain a <VTable>. you can get its id from there:...
View ArticleRe: Export only Report Table data into Excel without Heading of the report.
I found that bid is the table id and able to retrieve the table data into Excel. Thanks Dan for your help.
View ArticleRe: Changing Condition amount in Sales Order
Hi, Is there a routine attached to your condition type? RegardsRaghu.
View ArticleRe: Export only Report Table data into Excel without Heading of the report.
Great way to start the weekend!! Glad to help, Dan
View ArticleRe: Checking the invoices corresponding to sales document type
Hi, There is no single table which will give you this info straight away.Create your own query in SQVI by joining VBAK and VBRK and use fields for selection as VBAK-AUART and list Invoice number,...
View ArticleRe: Displaying completed tasks in UWL
you can do this by these steps https://help.sap.com/saphelp_nwce72/helpdata/en/58/6f3d13e5f54cefa4485f4f0c2c4a05/content.htmhttps://scn.sap.com/thread/1917885
View ArticleRe: Display the "Leave deduction" column in Leave Quota application
it was discussed earlier, typically Time accounts as such does provide details all needed http://scn.sap.com/thread/1462306
View ArticleRe: Configuration WORKFEEDS for HR RENEWAL
implement the note2284725 V2 and SAP Note 1921029 : The latest version of the note must be downloaded and implemented, as the latest version is 4.
View ArticleRe: Personal Profile: Address Biz Card Issue
what is the error you get ? didnt see the error yet above mandatory fields should be displayed on ESS and should be filled to avoid any required field errors
View ArticleRe: Calling specific view of a component in different fiori apps.
I tried giving targetViewName, but it does not work.
View ArticleRe: MSS Reports- Portal runtime error An exception occured while processing...
is it happening to all users? Please can you check the roles assigned to the USERS can you check errors further in Default trace etc? are other iviews working fine?
View ArticleRe: 2001 IT not updating with leave
check the logs for rptarqpost, for this leave typeyou can see in RPTARQERR if there is an error for this leave request update?
View ArticleRe: Need to add save button in travel request in ESS
you have to enhance the WD ABAP Travel request screen and call the FMS which are called after this screen ie last step first as save happens only on last step where tables are updated etc
View ArticleRe: Dashboard configuration
Hi Ravi, The FMs BAL_GLB_SEARCH_MSG and CRM_MESSAGES_GET_MSG_INFO are not available in SAP CRM, please provide me correct FMs to read errors and error details of orders.Thanks and Regards,VR
View ArticleRe: Posted leave Req can be deleted in Fiori but not in WDA?
so yes its an issue probably from FIORI side,i do think both should follow table customisationso please implement the note2297127 also, you havent checked the boxes in V_t554s_web, it should be checked...
View ArticleRe: Analytic privilege not working with HANA scripted view
Hi Experts, I am not sure, should I raise OSS for this or is it common problem. Because I didn't find any post or discussion for this problem. Lars Breddemann please suggest about this.
View ArticleRe: In BI 7.0 value of KF in report is 0.5 same as in Info-cube , but for...
Dear Loed, Decimal value is all correct in KF property.There is something else behind this error, which I'm not able to figure out.
View ArticleRe: Right transaction type.
Hello Roy, In CRM, I am afraid the answer is no and Sales transactions only process Product.However in ECC, the vehicles are Equipment. I am not sure whether in ECC we have a way to have these...
View Article