Re: uPerform won't record the button names (labels) is SAP
Hi Paul, I have come across this before, try the following suggestion.1) Open your template "***.udt".2) Go to Phrases tab.3) On the right pane, locate "Click the %u <b><font...
View ArticleRe: how to change the one client to another client?
Hi Mani Please check these links. You need perform client copy. https://scn.sap.com/thread/799446 http://wiki.sdn.sap.com/wiki/display/Basis/TCodes+for+Client+Copy RegardsSaurabh
View ArticleWhy LT04 (transfer order creation) screen appear different?
you define that in IMG > LE > WM > Activities > TOs > Define Movement typedouble click a movement type, then you can see the screen control at the right
View ArticleRe: Entry tax not calculation error
Hi,Keep Gross Price, Discount,Delivery cost in MM pricing procedure (M/08) and keep all excise taxes with tax condition types in Tax Procedure(OBYZ).Now bring all tax value to MM pricing procedure by...
View ArticleRe: No authorization to log on as a trusted system (L-RC=1 T -RC=0)
Hi sai pankaj saripalli, Check the SAP note 128447 Regards,Bastin.G
View ArticleRe: Updatedate PriceList
Hi Peter Jacobs... Try this report --------------------------------------------/* price change */declare @price dec(19,6)declare @prprice dec(19,6)declare @dat datetimedeclare @prdat datetimedeclare...
View ArticleResource Not Found Issue during Java Mapping
Hi, I have a Java Mapping (as part of my operation mapping) that has 7 class files which will be referred internally. This Java Mapping is working fine in Dev system. But after transporting to...
View ArticleRe: two payment runs: first and recurrent for SEPA mandates
Hi Anais, Can you give me the right event number as event 00 you specified does not exist. thanks, thierno
View ArticleRe: two payment runs: first and recurrent for SEPA mandates
Hello Anaïs, thansk for your replay. I'll try this and come back to if any soilution found with this or another idea. Regards,Bassamba
View ArticleRe: What is wrong with these statements
Hi,You simply keep your code as follows IF SERVER = 'X'. PERFORM GET_VALUE_FILENAME USING 'SERVER' SERVER.ELSE. PERFORM GET_VALUE_FILENAME USING 'LOCAL' LOCAL.ENDIF. AT SELECTION-SCREEN ON...
View ArticleRe: ASSET Account Type
Nilanjan, I tried your statement below but my results are different==========Now, lets say, your storage type is PERIODIC,Entered Data:JAN FEB MAR APR ... DEC100 200 300...
View ArticleRe: Structure of data load for Period 1 201X
Hi, In that case, I wont consider any best approach. I will consider the only option to load the closing balance. This is for the actuals.For the plan, you plan for the movements, and calculate the...
View ArticleRe: Inspection plan changes not showing up in 04 inspection lots, but are in...
You can't update the lot with the plan changes once inspection is under way. You can add additional characteristics manually to the lot if desired. FF
View ArticleRe: BPC 10 Microsoft - packages
Hi Abhinav,sorry I'm on 7.5 so I'm not sure but you can check in the equivalent of APShell, I think is called EnvironmentShell and eventually copy the files from there, if there aren't check on SAP...
View ArticleRe: STREAM_TRANSFORMATION_EX
I think you use java mapping and do catch exceptions. This error occurs normally when you build the document builder or error in creating XML tree etc. Please put more log things in your code to get...
View ArticleRe: Job is terminated due to error data services
Siva, If your job is using database tables as input and output Why is there an error about File Access? I wonder if this is the whole story? Please share the surrounding details...
View ArticleRe: Problems in select nodes hierarchy BEx variables in Webi
Hello Gustavo, so when you create the Web Intelligence report in the query panel: - did you add the hierarchy to the result objects ? - did you select fixed members or levels from the hierarchy ? - can...
View ArticleRe: Delete an item from sales order after invoicing and invoicing cancellation
Guest, As we are discussing reason for rejection, I would suggest you to go to VA03, at line item level, Tab Sales A, field "Reason for rejection" and read F1 Help. It has been explained well there!...
View ArticleRe: Code changes in the JSP Dynpage or any java class are not reflected at...
Pankaj, So did you check in NWA? For the code-Import the below in you java file- import java.io.File;import java.io.FileOutputStream;import java.io.FileWriter;import java.io.PrintStream; Declare global...
View Article