Re: Check Price and Availability Fiori App showing blank page in the browser
Hi Masayuki, The last OData call was /sap/opu/odata/sap/SRA016_PRICE_AVAIL_SRV Regards,Srinivasan
View ArticleCurrency type in plan version for CO-PA
Hello, I use CO-PA with currency type B0 (CO-PA currency) and 10 (company code currency). Actuals work fine.I want to use planning in CO-PA. However, I can only select currency type B0 within CO-PA...
View ArticleRe: Disable Keyboard Input
hi Sashi Thakur, can u send document related to this ? in my profile i mentation id
View ArticleRe: default address in SRM 7 shopping cart
Hello Lethabo, is the address you are looking for maintained on a business partner of the superior company unit? In case of not, you will not be able to see it within SC. Best regards, Tomas
View ArticleRe: Delivery Changed by Background
It would not be easy to find out what has happened seeing the screens. Please try to find out is there any rescheduling or back order processing is running in the background via SM37 -scheduled Jobs....
View ArticleRe: SAP BW731 integration with Lotus Notes Domino6 using web service error
Hello Michael For me none of the images appear, I see blank boxes. Could you copy the error message or try to attach the images again? One recommendation: LPCONFIG is obsolete for configuring Consumer...
View ArticleRe: Problems with Purchase Quotation Comparison Report
Hi Gordon, I choose Yes and the result is the same.
View ArticleRe: Batch number Assignment at PO creation
Hi, You have to write below BAPI in exit which is triggered during SAVE of PO ( me21N mostly ) Below is BAPI for batch creation BAPI_BATCH_CREATE Check out this enhancement it has many exit which will...
View ArticleRe: how to get records of internal table comparing records of another...
Hello Mr.Vinodh mohan, you can use the following code. Loop at itab2 into wa2. Read itab1 into wa1 with table key key_field1 = wa2-key_field2. if sy-subrc = 4. wa3 = wa2.Append wa3 to itab3. Clear...
View ArticleRe: Restraining decimal points for selective values of a single field?
Hi, Declare one more field in the final output structure like MENGE1 TYPE p DECIMALS 2.Move the values accordingly based on the condition and display the output. ThanksGangadhar
View ArticleRe: how to get records of internal table comparing records of another...
Hi Vinodh , According to your need ,loop at itab2 into wa_itab2.read itab1 into wa_itab1 with key <field> = wa_itab2-<field>.if sy-subrc = 0.append wa_itab2 into itab3.endif.endloop....
View ArticleRe: Radio button text gets reduced automatically in screen
Arun , Check the visible length of radio button. If you set in the layout properly it will come correctly as show in screen shot.Are you changing text dynamically or hard coding in the layout itself.?...
View ArticleRe: HOW TO CALL SMART FORM FROM ALV
Hi......... According to your req ........ if you want to display ......... 1 . create a button in alv output.2. create chech box in alv output .3. when chek box are selected ...... get it in an...
View ArticleRe: link between coep and cosp
hi Raymond Giuseppithank you so much for try to help me.it's exactly my problem .in first period my answer is ok.but for after first period it's not ok.you know i want to have sum of cost center base...
View ArticleNew DataSources for HR Extraction
Hi BI Content experts, today I noticed on a new installed ERP System with release EHP6 FOR SAP ERP 6.0 ON HANA that there are several new datasources for HR, e.g. 0PERS_AREA_2_TEXT or...
View ArticleRe: Need character at the end of the file in receiver FCC
HI Anant, Create an additional node Trailer with just one field and populate it with @. Hope it helps!Ambrish
View ArticleRe: unable to send email - 503 5.5.2 Need Rcpt command.
Hi Tufale Ashai,Thanks for your response.Yes- Please find below my findings.Actually we are using MII 12.1.10 build(71) in our development environment.In this environment, we are unable to perform more...
View ArticleRe: IDT datetime2(7) and date parse error
Could you remove the date column that is being converted incorrectly to varchar and then insert a calculated column to force the conversion to the data type you want? Does that help? Noel
View Article