Re: Internal table Query
Hello Ventat,Following understanding of your requirement, I would resolve it like this: types: begin of In_typ, customer(3) type c, Addr(6) type c, end of in_typ.data: In_t_1...
View ArticleRe: Compare the amount of a wage type between two payroll periods
I am not familiar with Country Code QA, but if you are dealing with a Standard Technical WT and there is no Outflow/Inflow already set-up, you will have to create Custom Technical WTs (such as /Xxx for...
View ArticleDependent Requirements (DepReq) are missing
Hello all, Looks like a strange thing for me but shouldn't be for you experts out there. A planned order, indeed a 'Run Schedule Quantity' was created. When going through the components list could see...
View ArticleRe: Split valuation for non-valuated materials
ok thanks dudes,actually I am using valuated material type. so it has price. but I just wanted to create a valuation type with price zero for that material. so when subcontractor receive components...
View ArticleRe: How to evaluate material delivery performance based on standard reports?
You can use IW3M, MB51 reports to get these details, I think.
View ArticleRe: How to upload .csv file with tab as delimiter.
Bhanu, Define a local variable of type CL_ABAP_CHAR_UTILITIES=>HORIZONTAL_TAB. LV_TAB TYPE CL_ABAP_CHAR_UTILITIES=>HORIZONTAL_TAB LOOP AT GT_DATATAB INTO GS_DATATAB. CONCATENATE...
View ArticleRe: Kanban Replenishment Between WM Based Storage Locations
Hi Kumar, Thanks for the feedback, For some reason during the original implementation both the WM and production storage locations where configured to be controlled by WM. Now I’ve been asked to setup...
View ArticleBest way to study SAP-HCM
Hi Guys, How r u all? I hope u r aaaaall fine . I am pretty new in this field , and i donna know really how to study all these material!! I am interested in HCM Module and I started with HR050, All...
View ArticleRe: CR for VS 2013 Web Report Images display as "X"
Ludek - I have a temporary workaround to this problem. Here's what I did: First off, I made a duplicate of the web.config <httpHandlers> entry for "CrystalImageHandler.aspx", and removed the...
View ArticleRe: I am stuck on this account determination in SAP.
This is what happened when i executed your path
View ArticleDatePicker and JSON Model -> no date output
Hello, I created an object with the property dateValue which has a date stored like: Sun May 04 2014 17:25:00 GMT+0200 (CEST)(This object is in an array and hold by another object). var WorkEntries = {...
View ArticleRe: purchasing in mm
I'm absolutely with Jürgen. It is up to you to get involved with the necessary basics. And it is not rude to give the hint, that a basic question isn't necessary if you work through the documentation....
View ArticleRe: How to catch BCD_OVERFLOW error when passing value to formal parameter?
Hi Matthew and Edgar, thank you both for your inputs. Using generic data types seems an elegant way of solving the issue (numeric is preferred over too generic data here). However, my primary question...
View ArticleRe: Comparison between split Adapter in Seeburger and EDI Separator
Dear Sudharshan, yes, I would say that this is a correct point/observation. When the Seeburger Adapters were introduced many years ago, one focus was put on the flexibility by keeping all functionality...
View ArticleRe: SAP SD FT export licenses
Hello, Following setup is required to solve the issue:3 legal regulations (certificate A, B and C)3 certificate types (A, B and C)3 export control classes (A, B and C)6 groupings2 groupings per LRWith...
View ArticleRe: Time Zone Configuration
Hi Joey, I believe you are aware of Fine tune activity "Set Time zones".If you are using this activity,kindly let us know what is the issue that you are facing with setting the time zones for your...
View ArticleRe: Traceability of Batches
Hi Ramalingadas, Thank you for your reply. Could you please let me know where to access this report. Is this a standard or per-configured report. Thank you Antonio
View ArticleRe: message tracking in EH
Hi Ravi, if you want to send an event message parameter with the event message, the configured fields for the parameter type and the action are not needed, but EM needs to know the name of the...
View ArticleRe: Notas fiscal de entrada com desconto incondicional no icms.
Boa noite, tive o mesmo problema no valor da base do IPI, quando há o desconto destacado, não podemos dar esse desconto na base e no valor, pra solucionar tive que fazer a seguinte alteração na formula...
View ArticleRe: How to Register to SUP Server from an HTML/JS
Perhaps you were thinking of OData.request(…)? That may work as well although I haven't tried it.You can try something like the following which creates an application connection with all default...
View Article