Re: Need to exclude TECO and DLV in Z report for production orders
Hi, Try FM FM STATUS_TEXT_EDIT by passing production orders's object number(aufk). Regards,Venkat.
View ArticleRe: Issue with Configuring Launchpad for Customized menus
Hi Deepak As an FYI I wrote a blog showing the options for building your custom NWBC layouts that extends on the blog you are referring to. There is a also a wiki link in it to show some stepsNWBC...
View ArticleRe: How to check database is up or not
Which database ?? R3trans -d is good for checking connectivity. Also read below : How to check if Oracle Database instance is up? RegardsAshish
View ArticleRe: Windows SDK for .NET Framework 4.0 or higher must be installed.
Hi JP , Did you have solve the problem ? I got the same problem on Win8.1 when deploy . Thank you ! Jacky
View ArticleRe: How to get data from initial screen of tcode CS01.
You can get STLAN field from inside the CS01 too, by clicking on .
View ArticleRe: problem in filling data in psa
Hello,Check whether the background job is getting executed in the source system.Check whether its getting completed. RegardsGajesh
View ArticleRe: How to Maintain S-User for SAP Service & Support Backbone
Hi AllAfter I run solman_setup transaction and open system preparation tab and jump step 3 "Specify Connectivity Data "The results is the screen below:The SAP customer number is emptyI have been...
View ArticleQuestion on SAP Insurance -Reinsurance
Hi AllI am new to SAP and need some guidance.I have nearly 10 years experience in working with North American life insurance admin platformI have worked in product development (requirements and...
View ArticleRe: why inbound deliveries still is open after goods receipt???
How was the receipt done? from MIGO or from the inbound delivery? If from MIGO, then reverse it and do it again from inbound delivery.For background details see OSS note 570991 - Correction report for...
View ArticleTile Container for GenericTile (NOT StandardTile)
Ladies and Gentlemen, one thing keeps bothering me. For sap.m.StandardTile we have the brilliant sap.m.TileContainer, but I won't find anything similar for the sap.suite.ui.commons.GenericTile....
View ArticleRe: Inserting values from ztable to other ztable through module pool
hi ramesh, can u please explain in detail. my requrient is , i have ztable with 15 fields(in that 10 currency field). in that 10 currency field ,3 field already having value ie(like field 1 , field 2,...
View ArticleRe: Turn off Service Contract renewal alert
Thanks... I suspected that was the only other option I had. ~ t.
View ArticleRe: PHP SoapClient LoginService.wsdl Invalid document structure
Well, welcome to Business One SDK world.I don't know what you have to realize but it will be quite hard using PHP - simply because SBO SDK is ( so far ) a .NET dominated topic. Of course you can use...
View ArticleRe: Goods Issue through PI Sheet
Hi Expert, How we will draw the Table for Goods Issue for all components, Kumar
View ArticleRe: Error Number range interval not found for Object OFN_YR XXXX CN_DR when pos
i knew how to solve this issue, but i dont know the root cause , in T-code SNRO find the object CN_DR and in the screen goto-->naumber range to mantian the corresponding number range.
View ArticleRe: Process chain error in "delete overlapping requests"
We have used cube. are there any other settings ?
View ArticleRe: step by step what doing in co for acual
Hello, OK the answer which you will not like first. So just a few words..... It is not possible writing down eg 10 steps for setting up CO. This is nonsense!First of all THINK what you need now and...
View ArticleRe: Lookup_ext function not working in validation transform
Hi Venkata Please find my screenshot. As you suspect some fields are missing. The fields in the look up and target both have same no of Column. Kindly suggest how to address this issue. Thanks and...
View ArticleRe: clearing with f-32 and fbl5n
Hi Babu, Please follow the below steps:- 1. Execute t-code F-302. Enter the currency UF and enter the relevant exchange rate (i assume you have maintained the currency ratio as per OB08 with 100 :1...
View ArticleRe: Total Revenue by Business Partner Including Freight
Try: SELECT T0.[DocNum], T0.[DocDate], T0.[CardCode], T0.[CardName], T1.[ItemCode], T1.[Dscription], sum(T0.[DocTotal]) FROM OINV T0 INNER JOIN INV1 T1 ON T0.DocEntry = T1.DocEntry WHERE T0.[DocDate]...
View Article