Re: How to export/import FMS
Hello Huan, 3 possible methods exists 1. copy express2. DI API3. DTW The FMS is located to CSHS table, but the query is used inside is loaced in OUQR table, if the FMS is using a query. The...
View ArticleRe: Posting issue
If the issue is for more documents, you can develop a report with the help of technical team and force the date that you want to post. On the other hand, if it is only for one billing document, then...
View ArticleRe: Migration of SAP Portal from AIX to Linux
Hi Ajay, If the configtool is showing the old information of instances , it has got two things1. JMT phase of your migration has not been performed correctly.2. If you are using the same hostname ,...
View ArticleRe: SAP Business One Mobile Application for Android - Can't Input Sales Order...
Hi..Nagarajan, What do you mean with default values? Thank You
View ArticleRe: Hierarchical ALV Report in webdynpro abap
Hi Venkat, We can achieve the HIERARCHY through the following code.In this case I have used CARRID as the drill down column. data lo_cmp_usage type ref to if_wd_component_usage. lo_cmp_usage =...
View ArticleRe: “While trying to invoke the method com.sap.ip.bi.bics.dataaccess...
Henry, I have created one more APS for DSL bridge service and i assigned 8GB. After that also am facing the same isssue. I tried running individual queries and everything is refreshing without error...
View ArticleRe: Stock in quality inspection
So how can I get the Inspection lot or any material document against that previous period's display quantity.Arabind,If you right click on the QI stock in MMBE there you can see material movements...
View Articlezero price of material with balance in stock
Dear All,kindly need your help in understanding the logic of how is it possible to have a zero price (MAP) of a material while there is balance in stock as it happened with me while return delivery of...
View ArticleRe: Question on unicode mandate date
Hi Rick,going forward there is an end for non-Unicode support in new releases: "SAP NetWeaver 7.40 is the last release supporting non-nicode" (check at...
View Articleabap report to send email in background
Hello, This code works perfectly in foreground, but don't work in Background !! DATA: out TYPE ole2_object, outmail TYPE ole2_object.CREATE OBJECT out 'Outlook.Application' . CALL METHOD OF...
View ArticleRe: How to Identify the SD invoice is printed or not
Hi, use T-code SE16 or SE16N . table NAST is having details regarding invoice printing, You can pass your billing doc no to the field OBJKY, KSCHL is output type, nacha for Sucessfully...
View ArticleRe: After exporting to excel , rows get splitted into multiple lines
Hi Vinod, Do you see the content of remarks field in your crystal reports in one line ? or it is in multiple lines ? If it is in multiple lines then right click on the field go in format field...
View ArticleRe: How to Display two different objects in a single table header in Cross Tab?
Hi Naren, I didn't understand completely your problem. But if you want to show IL data fist and then NL data when both of these data is returned from single object, instead of applying formula, try...
View ArticleRe: calling webdynpro in module pool screen
Hi, The SSO needs to be configured. Also, try the function module WDY_EXECUTE_IN_PLACE, and pass the parameters appropriately.Integration of Web Dynpro ABAP Applications in GUI Applications - Web...
View ArticleRe: SDK - meta_data in SAP UI5 component
Hi Xavier, If you can provide the complete version of your component.js file it will make it easier to analyse the problem and provide feedback. Thanks, Mustafa.
View ArticleRe: Issues with ME 6.0 Upgrade
Hi Hari, If Notes 1676657 and 1875362 do not help, it might be a bug that needs a support ticket for deeper investigation. Regards,Sergiy
View ArticleRe: PO Express document "Update was terminated" received from author
->When debugger is activated -> Go to Setting to change debugging settings ->Check the Update Debugging option and save the settings.
View ArticleScreen resolution issue:Module pool screen with text editor
Hi, I am having a module pool screen with container used for text editor(cl_gui_textedit). If screen resolution is less,editor is occupying whole space of screen.But if the resolution is high getting...
View ArticleRe: Old values are getting assigned on pressing enter in module pool
hi, in PBO event Create one module in PBO and write as below. region = l_region.country = l_country...
View Article