Re: IDOC flat file to XML error
Hi Merina, Develop one custom adapter module to check the mandatory control segment fields. and if any field is missing then populate it with some default value. then after use IDOCFLATtoXML as 2nd...
View ArticleIssue in Month Wise Stock Query
Dear Experts, I have a Query which gives month wise Stock report for last 12 months but the issue with this query is that whenever the month cross the year it does not take closing of Dec 2013 as...
View ArticleRe: Authorization for data of characterstic
Hi Ramakrishna,You need create in pfcg three profiles, and need too three role authorization in rsecadmin.Check this: PF1-- ROLE1- (all values) PF2-- ROLE2 (only 2,4 values) PF3--ROLE3 (only 1, 3 and 4...
View ArticleRe: Error when generating the report (see long text), Message no. AQ_AD_HOC221
Hi Jobish, The problem is at the code for the error field. Go to the Infoset, check the additional field, Right click, select code, and then paste that code here...and perhaps, then we understand the...
View ArticleRe: Inspection restriction for particular customer
Hi Ethan, You can add a type 10 inspection for the material(s), and set up QM/SD info records to prevent the post goods issue from occurring without a completed inspection lot. Info records for other...
View ArticleRe: vkoa revenue account determination
Hi Venu, Like the others have pointed out, the keys that you see in VKOA represent the "conditions" that occur during a sale. Whenever a sale is posted to accounting, SAP must find which account to...
View ArticleRe: Blocking Sales Order for Hazardous Material
Hi - But then everytime I will have to make changes in MMR?
View ArticleRe: Different Number range for difference insp.type with same insp lot origin
Offhand I don't think so, the range is maintained at the lot origin level. Can the interface not use the inspection type as the identifier?
View ArticleRe: Remove duplicates in a response
The context may not contain only 2 fields, but more, and mapping may be complex.I'm wondering, it there simpler way to delete same nodes. May be using adapter module
View ArticleRe: How to Create a Percentage Row Based Off Values Only Found in Proceeding...
Thanks for reply and help, Philip! So, I performed the Dynamic Calculation "Percentage Contribution to Overall Result" by right clicking on the "Expense Amount" Measure (see below). Unfortunately, it...
View ArticleRe: Reading variables in Customer exit - BEx
Hi Hem, Do this: when 'var_Keydate'. if I_step = 2. Loop at I_T_VAR_range into Loc_var_range where vnam = var_compcode.....*use the loc_var_range-low to get the LOW value of var_compcode*use the...
View ArticleRe: GETWA_NOT_ASSIGNED error while deleting users in SU01/SU10
Hi Arif Why are you making this recommendation? Am not criticising but curious when the ST22 short dump looks at a assignment error and makes comment about the Risk Terminator check. Your steps seem to...
View ArticleRe: Contract data not getting copied for service ticket follow up complaint.
Please not that the contract determination works fine when creating a new complaint ... but when the I am trying to create a complaint from service ticket the item level contract determination is not...
View ArticleIncorrect query after removed @prompt from Derived Table
Im new to IDT 4.X, after removing @prompt from derived table I gettting incorrect query when validate and save query. Copy the query to SQL management and it working fine. What could be the issue?
View ArticleRe: BODS Development Guidelines
Hi Madhuri, Please check the link for the document. SAP BODS Reference guide for any project
View ArticleRe: Amount Difference between issue for production and receipt from production
Hi, If possible, please post screen shot issue and receipt window with quantity,item cost values. Also advice your B1 version and PL. Thanks & Regards,Nagarajan
View ArticleRe: sap system not start
I stopsap and copy all files from /usr/sap/SID/DV*/work and empty work folder and restart operating system but when I start sap sap not start ( database started ) I check work directory but no...
View ArticleFM SWN_CREATE_SHORTCUT. Can i_parameter use Not Equal
I am using FM SWN_CREATE_SHORTCUT to send mail to users with a shortcut to SAP transactions.I have used these shortcuts to successfully start transactions and pass input screen values with...
View ArticleRe: Need to consider an additional query scenario related to purchasing!
Hi David, Try: SELECT Case WHEN T0.ItemCode in (SELECT ItemCode FROM IPF1) THEN 'Oversea' ELSE 'Domestic' END AS 'Type' ,T5.DocNum AS 'Purchase Order #'-- , T5.DocDate AS 'PO Date' ,...
View Article