Contract issue
Hello, Contract showing open. Though already invoiced.few line items showing as Not referenced. screen shot attached.Please give the solution. RegardsSAP Learner.
View ArticleRe: How to restrict 'parameters' value?
PARAMETERS : p TYPE c DEFAULT 'A'. AT SELECTION-SCREEN OUTPUT. IF p is NOT INITIAL. LOOP AT SCREEN. IF screen-name = 'P'. screen-input = 0. MODIFY SCREEN. ENDIF....
View ArticleRe: TOP_OF_PAGE event for ALV using OOP
Hi Akshay, This is all using CL_SALV_TABLE 1. Create a local class as Event Handler and handle TOP OF PAGE events in that, **---------------------------------------------------------------------**...
View ArticleRe: Ideal design required for COPA module in BW 7.3
Hi Hari, When data source was custom one how we expect standard dso for the same data source.Need to go with custom dso.Mean while check COOM DSO's whether its have same fields of your copa data...
View ArticleRe: BO xir3.1 sp6
hi, Can some let me know how to connect boxir3.1 sp6 on Solaris10 to Greenplum db4.2
View ArticleRe: Regarding Max/Min from an internal table
Hi BrunoYou do realize the thread is a bit old.I find the old school correct answer to be cooler than sort/read combination. Sorting entire table just to get a max/min value feels like overkill....
View ArticleRe: work order completed by
You have the tables with you. You have got the links already. You could have tried the possibilities of getting that field.
View ArticleRe: Restriction of data display in the view
Hi karthik,I have tried to clear my previous collection as below. lr_col = lr_entity->get_related_entities( iv_relation_name = lv_rel_name ). call method lr_col->clear. But what i...
View ArticleRe: Screen exit SRVEUSCR field values in ML81N service entry sheet
There are a lots of user exit available for service entry sheet (ML81N).Go to SE37, press F4 on functional moduleTry to search user exit for package ML, ML package for ML81N..
View ArticleRe: How to get calculated value to a UDF in AR Invoice
Hi, Try this : select (t1.LineTotal + (SELECT sum(TAXSUM) from INV4 where DocEntry = t1.DocEntry and LineNum = t1.LineNum and staType in ('8','9','10','11') group by DocEntry,LineNum )) as assvalue...
View ArticleDisplaying text in an Embedded Component (EC)
I have a few questions around handling text - diving into the deep end: 1. How can I show a list of rows in an EC where the text will auto-wrap in 2 or more lines as needed in each row ? I used the...
View ArticleRe: Currency conversion issue at Query level
Hi Vignesh, I am sorry. I didnot understand what exactly you are saying. I went to TCURR table and only checked whether the ZSDP exchange rate type is maintained with 'from Currency' - USD ----> 'to...
View ArticleRe: Difference between types of user roles of SAP
To be a consultant, first choose Only one module...I know you have the experience of various module, but for consultant, One module is enough, after 3-4 years experience, then you can go for other...
View ArticleRe: I want to mass maintain alternative units of measure under additional...
I have tried using tcode MM17 by selecting the fields UMREZ and UMREN. I didn't find any field for MEINH i.e alternative unit of measure. How to update that using MM17.
View ArticleRe: MD_STOCK_REQUIREMENTS_LIST_API to get schedule line data
Dear Thanga, But there no schedule line desplayed for production order or planed order in that Function module too....
View ArticleNetweaver certification
Dear Experts, I would like to get certified in SAP Netweaver. I Found C_TADM51_70, C_TADM51702 & C_TADM51_731 for Oracle. Let me know which certification is currently available with SAP India. Also...
View ArticleRe: Reduce Asset Carrying Amount of Asset
HI, If your base method is life base, you have apply Change over method as change over after end of life and choose Change over period within life for change over method. What system will do, it will...
View ArticleRe: Which functional module should I choose
Certification is a just extra curricular for your career...Of course Certification will give you more opportunity...But Certification is not all... You have to very much strong about you functional...
View ArticleRe: Business Area
Vijay, an easy way would be to generate the report based on BA and user Id combination as the criteria. You can filter the report accordingly. best regdsSubha
View Article