sap sd;error 'pricing procedure could not be determined"
Answers were Sorted based on User's Feedback
Answer / avishek prakash
The path to maintain the Pricing Procedure is : -
Img->CRM->Basic Functions->Pricing->Pricing in Business Transaction-> Determine Pricing Procedure
| Is This Answer Correct ? | 2 Yes | 0 No |
Assign your pricing procedure in T-code OVKK
pricing procedure determination:
sales area+customer pricing procedure+document pricing procedure
| Is This Answer Correct ? | 0 Yes | 0 No |
suppose backgrd job is completed in 5 min yesterday,but the same job is taking 15 min to execute what is the reason?
Windows xp operating system . Remove some unnecessary software or any packages not removed in windows xp.
convert this 13 letters in two words. ATFREVOHIULFL
a pleasant evening. i would like to ask a question about yellow journalism. This is another term for sensationalism right? i just wanted to know a lot of articles or studies with regards to the effect this yellow journalism could effect the interpretation of the students,especially college students who are taking Communication course. please help me answer this.
//jobname positional parms,keyword parms,.... Restart=step3 //.. //.. //.. //step3 exec=xxxx //... //step4 exec=yyyy,cond=(0,Le,step3) //.. //step5 exec=zzzz Restart =step 3 executes step3.Step 3 gives some return code.In step 4,the test is passed as 0 is less than step 3.So step 4 is bypassed and is not executed. and the program is responsible for issuing the return code that was not even loaded in the main storage. The result: no return code can exist In the steps that follow any test of COND parameter tat attempts to interrogate this non-existent return code will be ignored . Step 5 will be e executed. IN THIS EXAMPLE WHAT DOES XXXX YYYY ZZZZ MEAN?? PLEASE CAN ANYONE SAY...
what should i conten when company ask me abt tell me abtyour profile
Nowadays there is a discussion that tajmahal was not built by shah-jahan..... Is it true...........?
why no girl is seeing me
i have SAP B1 in my work area When i am try to hold the particular item the following ERRORS display in my System (This entry already exists in the following tables '' (AIT1) (ODBC -2035) [Message 131-183])
hi, i am trying to do modular test tree in winrunner but i am getting error like "Error in the Expression list",can you please tell e what kind of error is this? thanks.
well i dont have toefl and gre scor all that stuff, and i have 7 backlogs, tell me the chances of getting the visa.
How much time will be display the inscription www.example.pl int i =0; for (i=0;i<=0x32;i++) i+=0; i--; for (int i2 = i; i2 < 100;i2++){ System.out.println("www.example.pl"); } What is the answer ?