Re: How to track mrp profile change
Hi Kumar, Added to above check in tcode RSSCD100 -Change Documents for object Class. Input Object Class as Material and Object ID as Material Number and Execute. You will see all consolidated changes....
View ArticleRe: Syntax for TREX commands used in key figure calculation definitions
Hi Bob, S&OP supports all SAP TREX expressions. Unfortunately the TREX expressions wiki is not available externally.If you are SAP internal, you can access the TREX wiki for a list of supported...
View ArticleRe: Building Org structure like tree using SAPUI5
Hi Muttanna Take a look at this example. var org_chart = new sap.dennisseah.OrgChart(); org_chart.setRoot({ name: 'Manager', children: [ {name: 'Employee1'}, {name: 'Employee2'},...
View ArticleRe: javascript in adobe forms
hi experts here we are getting single value as response how we can get internal table as response.. RegardsJItendra
View ArticleRe: Issue with Return Delivery Process via Delivery Indicator
Unfortunately delivery splits are subject to about 450 OSS notes in LE area.I would suggest you check for reasons in OSS note 546668 - FAQ: Delivery split when creating deliveriesOSS note 355404 - Why...
View ArticleMoving fields in RFx in SRM 5
Dear SAP experts, My company is using SRM 5.0 and the user have business requirements, where in RFx they want some fields to be moved from one tab to another tab. Can we do this? How can we proceed to...
View ArticleRe: Order of the queries in a WAD
Hi Suman, this is a extrange situation, in wich we have to make a control of the values thar are shown on the query. Our client is in BW 7.0 but under SP09, so, we can't do this with the BADI...
View ArticleInvoice number gap
Hi Dears, In one of our plant, after invoice no 110000296 next invoice no got generated as 110000311. When we checked the invoice no 110000297, 298, 299....310 the invoice relates to 31.12.2006. What...
View ArticleRe: can we display custom error message in user decision step screen.
Hi, Check the importing paramter IM_WORKITEM_CONTEXT of method EVENT_RAISED. This parameter is of type interface IF_WAPI_WORKITEM_CONTEXT. There is one method GET_DECISION_ALTS in this interface which...
View ArticleRe: Is it possible to bill together a FERT material and service item.
Dear Jalaj, First of all ask to you one question about your scenario, for service material service tax is applicable or not ? If service tax applicable for service material then must be check your...
View ArticleRe: How to make a field inactive in company details
Dear Gordon, can explain it, how ll disable the fields through SP_TN. Regards,Silambu
View ArticleRe: TAXINJ
thanks for the response. So basically taxes like VAT , CST we need to use tax code and define them in FTXP and for excise tax its J1ID which will populate the tax. RegardsRahul
View ArticleRe: Perform Party lookup in a UDF
Hi Daniel You want to read the sender party or receiver party? You can read the sender party or receiver party from UDF or java mapping using the below API...
View ArticleBatch Determination using VD_BATCH_DETERMINATION
Hi, Can some1 please tell me what are the necessary parameters that i have to pass to the function module VD_BATCH_DETERMINATION in order to get a valid batch. RegardsAnkita
View ArticleRe: Multiple tab groups
Hi Johan, That gets even funnier: <items> <action type="add"> ... <item top="55" left="47" width="65" height="20" AffectsFormMode="1" description="" disp_desc="0" enabled="1"...
View ArticleRe: Line with 0 quantity for main item with batch split
Dear Pablo, Main item category maintain as TAN. System will coping TAN category in delivery at the time of Batch spliting. you can change in VTFL copy control for item category TAN Copying...
View ArticleRe: How to get the view in editable mode with OCA button.
Hi, in CRM a context can consist of model nodes, value nodes and, unfortunately, mixed nodes. While mixed nodes implement the same interface as model nodes they can't be casted into a...
View ArticleRe: calculate no of days at report and calculations required more than 180...
How are we identifying the year ? Please clarify the same with example. Yes i have written the code in i_step = 1 because as per your initial post you never told us about user input variable and...
View ArticleRe: Forecasting
Yes, we have standard SOP in ECC and DP in APO. Both of them can realize this request ... so not sure why you want to develop customizing report ...
View ArticleRe: How to bindrows of particular data
Hi Chandra, Thanks for your quick and vital response. I have some more query.That are, By changing the coding in javascript we cannot bind a particular data? We need to change in the odata service...
View Article