SPTN
Hello Experts, I've written an SPTN on add and update of A/R invoice.And I've framed a query accessing oinv , inv12 , ocrd , orin and rin12 tables.When I execute this query through query generator this...
View ArticleRe: Sale Order line item and delivery document
select VBELN " (Subsequent document-in ur case->delivery no) POSNN " (Subsequent item->del item no) from vbfa into <wa> where VBELV eq <ur sales doc...
View ArticleRe: Changing Alternative BOM Number
Dear Muhammad,System will pick up BOM3 from OS32. It will not pick up BOM2. Since you are maintaining 'selection by date', it is controlled by the date validity period.For example, if you maintain in...
View ArticleRe: SMSY - Product system as Production
Hi Karthi, Indeed - Forget to mention earlier. Yes it marked as production (Role) in the logical components too. RegardsVijay
View ArticleRe: Sale Order line item and delivery document
Hi Ranjith, There is no direct link between Schedule lines and Delivery as the confirmed quantity is calculated at item level and the link is also at item level. Well there is a solution to consider it...
View ArticleRe: Dear All, While running payroll i get the error is.... "Error while...
You are running Indian Payroll, Please execute Transaction code OE00 , create an entry for your country currency.
View ArticleRe: Error in report Incident
Hi Dinesh This will occur , if Linkage b/w GUi & Netweaver is failed . Check with Basis team. Balajee
View ArticleRe: Calculate Support Pack Queue using Solman
Hi Khan, 1. Make sure your abap system is already added to solution manager SLD2. Add the system in SMSY or LMDB as per your solman release and make sure you have created all the products, products...
View ArticleRe: 0IC_C03 for populate data
Hi Sadia, A simple search would have given you lot of documents related to inventory. Please check the below document. http://scn.sap.com/docs/DOC-35750 In case you have any particular issue or doubt...
View ArticleRe: Unable to determine item category for service contract
Hi Maddy,Thanks for the quick reply appreciate the same, I have made the following changes as suggested by you Changed the item category determinationHowever still the item category is not getting...
View ArticleRe: How to create a new UOM for pricing condition
Louisa Dunn Please search this forum you will find your answer. Its always good to search forum before asking such basic query. In case you are facing some specific issue then let us know .. Try Tcode...
View ArticleRe: Work Order Release status in IW31
Hi Dileep, Use user-exit IWO10009 there is release flag as the exporting parameter set it as X on your order type... Done Regards
View ArticleRe: OUSR.USER_CODE
Hi, If you click "Correct answer" then thread will be closed. Thanks & Regards,Nagarajan
View ArticleRe: Materials with price zero
Hi,Before designing solution - let you know what is Price Control of your material master as selecting Free indicator in purchase order will not solve your problems! Just try with selecting Free...
View ArticleRe: service po net price not updating
The system is saying Deliver cost,Goto m/06 enter ZMXX go inside the lens icon & check in Condition Category it should not be B it should be H
View ArticleRe: 0IC_C03 for populate data
The steps are below Step1: delete setup tableStep2: run tcode MCNB for BX datasource onlystep3: run settup table for BF with posting date is 01.01.1000 to 31.12.9999 and UM datasource.step4: run full...
View ArticleRe: Why is it that in my Crystal's Selection Formula's Record, I cannot...
Hi Natalie, It doesn't let you change because the 'Basic Syntax' is Not supported for Record Selection and Group Selection Formulas. -Abhilash
View ArticleRe: Minimize the slow of a report because of a loop
Hi,Do not use select statement inside the looop, use FOR ALL ENTRIES IN I_ITAB.and OCCURS 0 , WITH HEADER LINE both are obsolete, u can use work area for that.
View ArticleRe: Information from multiple tables
All mentioned above code is good. but if value 0 and non 0 is Ok to your next process. Don`t need sort the three itab. loop gt_itab2 into gwa_itab2. collect gwa_itab2 into gt_itab1.endloop. loop...
View ArticleRe: Customizing include
Hi nayeem, pawan, for your clarification,in custom include CI_EBANDBX i have added another .include structure with name say zzci_XXXX and it has fields of type BAPIUPDATE which is character 1. my...
View Article