service entry gross price calculation with effective date in PO
Dear all,I wish to calculate gross price of same entry sheet with date specific in po. Say for example disel rate on 10 feb 70 Rs but today is Rs 65 13-feb.Regards Sanjeet
View ArticleRe: Enhancement implementation must still be adjusted Syclo WM 6.2
Check this. http://scn.sap.com/docs/DOC-54700 manju
View ArticleRe: BSI Tax Factory 10.0
Hi Tammy Strole, I hope you have already gone through this SAP Note : 1910128 - TUB: Finding and applying TUBs for Tax Factory 10.0 In this Notes There are three headings 1. Common Tax Data...
View Articleunable to load data from DS to infocube
Hi there,I am new to BW and therefore wondering if one of you could help me here. I am trying to load data from a .csv file in my workstation into an infocube. Below are the steps I followed: 1)...
View ArticleRe: No. of Labels as Input in Smartform Label Printing
Code to process itab1 to itab2. delete table itab1 where no_of_labels = 0.loop itab1 into wa1. lv_tabix = sy-tabix. do (wa-no_of_labels / 2) times. fill 2 boxes data in wa2 with wa1. append wa2...
View ArticleRe: Fiori Launchpage shell bar disappears
try { sap.ui.getCore().byId("shell").setHeaderHiding(false); } catch(notInFioriLaunchPad) { }
View Article403 Forbidden issue in SMP 3.0 OData POST
Hello experts,I was able to follow Marvin Hoffman’s excellent tutorial in 3 parts. Also, many posts from Jitendra Kansal were very helpful in this task. I’m using SMP 3.0, installed in a local server....
View Articledoubt on equipment and tools management sap note
Hi every one, how to use equipment and tools management sap note in sap menu---logistics---equipment and tools management.is it require to activate all the project presently i am working in...
View ArticleRe: Unit of measure conversion error- unit GLL is not defined language EN
The message is very clear. Can you give a proof that the unit is there in your target system? Just use SE16 at table T006A and check if you have an entry for GLL in English language.These function...
View ArticleRe: Time difference for SAP B1 App
Hi Lakshimi, try this function in vb.net ex: DateAdd(DateInterval.Hour, 12, CDate("1/1/2015 8:00 AM")) 'to add 12 hours from datetimeresult: 1/1/2015 8:00 PM...
View ArticleRe: Express Document Error
Hi Sunil, Go to ST22 and you will be able to see the dump occured. Post the screenshot here, also request your abaper to check it. RegardsTerence
View ArticleRe: No. of Labels as Input in Smartform Label Printing
Before passing to smartforms. create a it_temp internal table. loop at alv_itab into wa.CHECk wa-lable IS NOT inital.Do wa-lable times.MOVE-Corresponding wa to wa_temp.append wa_temp to it_temp.Clear...
View ArticleRe: 403 Forbidden issue in SMP 3.0 OData POST
Luciano SclovskyBefore making any POST/PUT/delete request you have to get the value of the X-CSRF-TOKEN in GET request.As Midhun already pointed out, i dont see any header called "X-CSRF-TOKEN" getting...
View ArticleRe: Fiori Launchpage shell bar disappears
Hi, Can i use this in a standard application like the my timesheet registration application?This is the standard application : UI5_HCM_TS_MAN.Where should i add the code ... Greetings.
View ArticleRe: Special fields in fbl reports
Hiafter adding special field you have to run T-code Se38 program RFPOSXEXTEND ..to re-structure the FBL3NRegardsMahmoud EL Nady
View ArticleRe: Check a parameter in a ranges table
If you define R_KUNNR correctly (i.e. as RANGE OF) then you do not need the []
View ArticleRe: Reset company code data before changing the chart of accounts
I have no idea how to use OBR2 which master data to select ? OBY6 Screen shot attached
View ArticleRe: PM mantenance plan deadline monitoring IP30
Hi, We are also facing the similar kind of issue, manually IP30 it is running fine, however thru background job with specific variant, it is not calling few orders. I believe, some SAP note would be...
View ArticleRe: Tiles load correctly in development system but error in quality system
Hi Lipsa, 1) After trasnporting the changes to QA system, you need to check by double clicking on your LPD_CUST roles in Quality system, then only the system will get refreshed and new extension...
View Article