Re: Download an internal table in presentation server in Background process.
it's not possible in background since you need to specify which location to send data. there are options like using DATASET to save the file in the SAP directory (AL11) or use FTP. I suggest the first...
View ArticleRe: How to Get details of list of SC from list of PO & vice versa ?
you can use below codeTYPES: BEGIN OF ty_po_guid_sc_guid, po_guid TYPE swo_typeid, sc_guid TYPE swo_typeid, END OF ty_po_guid_sc_guid.TYPES: BEGIN OF ty_sc_guid_sc_num,...
View ArticleRe: Fiori applications in EHP 06 ?
Hi Vijay, It depends on which apps you need. There are 300+ apps and each app has required backed level.wave1,2,3,4 are just SAP internal release name and you do not need to know it. Step1. Select...
View ArticleBAPI_SLSTRANSACT_CREATEMULTI
I am currently working on creating a sales order in CRM pragmatically.I tried using BAPI_SLSTRANSACT_CREATEMULTI. I was able to get the saved sales order numberbut was unable to put the item details,...
View ArticleRe: Support for CXF 3.0
Hi Vladimir, Thanks. Sorry I didn't update this page, but I had already found the solution to it along the same lines as your suggestion. The first problem with JAX-RS was with the bundling of the...
View ArticleRe: how to find purchase requisition enhancement and which enhancement i have...
it showing error after writing the code that bwtty is not defined but i am already defined..please tell me
View ArticleReg : Read Data from reference Object
Hi Team, I have a query. I am implementing the method PROCESS_TEXT of the BADI : ME_MMPUR_EINM_CUST as below. Now the query is : As you can see in the parameter IM_ITEM during run time we have...
View ArticleReplication of custom field from CRM to Ecc
Hi Every one, I am facing a issue,My requirement is that i have to create Iobject and business agrement and link between both while creation of Business partner and this should reflect to the ECC...
View ArticleRe: reference category
in development server, this table is only display mode, so we need expert advice how it is maintained and configured? thanks
View ArticleRe: Net Price Calculation Error in LSMW(Direct Input)
I had this same problem when creating LSMW direct input for PO. I solved the problem by adding the "numerator" and "denumerator" in my source field/mapping. I also leave the "unit of measure" blank....
View ArticleInternal Order Down Payment settle to Asset
Hi, I have a requirement related to Down Payment shows in Order. User want that if there is any down payment against purchase order & purchase order contain real order, they want that FBL1N/FAGLL03...
View ArticleRe: while processing C015 - Getting Error 'Reservation 000005089 is already...
Finally noted there was some issue in variable refresh , that has been fixed. now. Thanks klaus.
View ArticleRe: SQL Function to Split string according to pattern
How about using a temporary table?
View ArticleRe: 75% of overhead to be loaded on WIP. System giving error: Msg No. KJ333
Dear Deepak Why in two lines you are giving 70%. Are both the lines for OHs? If not then in OHs line in the column % can not be cap, put 25% (the %age you don't want to be captilised) and try. Rajneesh
View ArticleRe: WDV Depreciation for remaining life
Hi Shripal, You dont need to create 6000 dep key. Only one dep key LINS which suits for all assets.Dep key LINS is Depreciation=Net book value/remaining useful life. So net book value is WDV.The major...
View ArticleRe: How to display details through toggle button in a table.
Hi Tobias, Thanks for your reply it is also usefull but i want to display items in a layout below the row.can you help me in that. Thanks & Regardschittibabu
View ArticleUnable to count on merged dimensions
I'm running two queries: Query 1 pulls two columns [Sales Rep] and [Account Name] and is a comprehensive list of all accounts which are able to sell merchandise.Query 2 pulls in four columns [Sales...
View ArticleRe: CANCEL AP INVOICE
The new cancel function is nothing but create a reverse transaction by system.
View Article