Re: Assessment cycle - how do retain a certain amount with the sender and...
No. Assessment reads both primary and secondary. If you don't specify any cost element in sender, that would mean all of them Br. Ajay M
View ArticleRe: Incorrect results with design-time artifacts
Hi Raj, If I set the Analytic Privilege to BLANK. Am getting the results with out any restriction. The procedure is not even getting invoked. I tried with .procedure and .hdbprocedure both are giving...
View ArticleABAP Scripts
Hi All, I'm new to ABAP. I created script by using user defined table zemploye by using select-options.I got output only one record.I want to display multiple records in output.my output is like this....
View ArticleRe: Relationship beteen OINV or RCT2 and RCT1
Hi, Try this query: SELECT T0.[DocNum], T0.[DocDate], T1.[DueDate], T1.[CheckNum], T3.[DocNum], T3.[CardCode], T3.[CardName] FROM ORCT T0 INNER JOIN RCT1 T1 ON T0.DocEntry = T1.DocNum INNER JOIN RCT2...
View ArticleRe: Security deposit contract not updated after posting reversal.( RERAPPRV)
Run ransaction RECARG for object state CNCD
View ArticleRe: Restricted Measure Issue in HANA
Hi Raj,Yes Please and if possible mark this answer as correct or helpful whatever you feel so. This will help not only other members to find this thread where they can find some concrete conclusions....
View ArticleSSO between windows and EP does not work
hi. We need to establish SSO between windows and SAP EP for which we performed below steps create service user in ADConfigure AS Java (SPNEGO)Configure client machineConfigure UME with LDAP active...
View ArticleRe: Is there any table or any way to find out the referenced Info Object.
Hi Sudhakar, There is not only one table carrying this information. Time characteristics are stored in table RSDTIM, field CHABASNM has Reference characteristicUnit characteristics are in table...
View ArticleRe: SAP MDM JAVA APIs to insert/update using SAP PO/PI 7.4
thanks a lot amit. I will keep posted on the outcome later onmike
View ArticleRe: LEAVE TO LIST-PROCESSING Statment
Hi,LEAVE TO LIST-PROCESSING AND RETURN TO SCREEN 0. statement immediately exits the list processor.The run time environment continues the processing with the PBO event of the screen from which the list...
View ArticleRe: ALV Filter Issue for Column having Checkbox
Hi Von, By default, alv filter line gives you "All" option for drop down field. Hence you no need to have "all" inside the range values of domain. So, you have only " X : Yes & - : No " as range...
View ArticleWebi - Keep last values selected RESETS Context
Hi all,I am encountering an issue with Webi report based out of Universe. The Universe has a set of contexts(join paths) defined in it. Below are the sequence of steps Step 1: When the report is run,...
View ArticleRe: sample program for the BAPI - BAPI_PRODORDCONF_CREATE_ACT?
Hello Prakasareddy Konda. Mandatory parameter(s)/table(s) that are to be passed to FM/BAPI are indicated using "No tick" mark against Optional column in SE37 tcode. For instance,Regards.
View ArticleSPAM - Syntax error in program "SAPMSPAM " Type "PATVERSION" is unknown
Hi guys, when running SUM for upgrading a system, SPAM was updated from 701/45 to 701/52. During PROPER_IMPORT it ended and SPAM transaction was stating it was locked. After releasing the locks from...
View ArticleRe: Is it possible to create a log mesage for any error which occurs in SAP...
Hareesh, I have started working on this and seems like this is right solution. This is in line with what i need though need to customize it. Will ask you for more if need them..But thanks a TON.. You...
View ArticleNew to FI but not from accounting background
Hi I would like to seek advice, i am currently in SAP FI as my company using sap system. Actually i am not from accounting background as i had studied International Business. I am now wondering is SAP...
View ArticleRe: Navigation not possible; Message No FITV_POWL034
Hi Prashanth, I am facing the same error when I activated the business function HCM_ESS_WDA_1 on our ESS Travel & Expense on Homepage Framework. The solution suggest that we have to abandon...
View ArticleRe: Automatic filled input field based on dependent dropdown value
Hello Suvakant Bhuyan. *One way is to make use of FM DYNP_VALUES_UPDATE to fill that dependent input field when user selects a value from drop down list. *Another way is to simulate ENTER key...
View ArticleRe: displaying Icon in tab strip control
Hi,Generally, the icons on a list are displayed using the ABAPTM statement WRITE <symbol-name> AS ICON. But these icons do not have any description on their own. It might be difficult for the end...
View Article