Re: Read file from presentation server in background job.
Hi,i too got the same problem and got the solution for that.code:AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_file. PERFORM file_browse. PERFORM file_upload. " Files into internal table before start of...
View ArticleRe: Regarding Career in Sap ABAP as a Fresher
Hi dipti, Could you please tell me the details about course duration, fees, course contents? Thanks,Pawan.
View ArticleRe: how to get texts and attributes of charecterstics in infocube to dso
Hi Suman , Could you please give the coding for this field routine as i am not confidant of abap, Thanks much in Advance, Harshitha
View ArticleRe: How to install grc 10.1 components?
Hello all, now i am sort of progressing in this.. but righ now stuck in TABIM_TRNS phase.BTW below are details: OS: Windows 2008 R2Database: Oracle 11g - 11.2.0.3.0Importing GRC 10.1 Component using...
View ArticleRe: Start a failed process in a process chain?
Hi Aditya, No need to worry at all, you can just repeat the IP which you've been stuck at. There is no need to restart the entire chain, you can go ahead by repeating the failed IP and once your PC...
View ArticleRe: How to Activate MRP Area?
Hi ; So sorry but i solved my problm with OSS NOTE 1468119 .... M.Ozgur Unal
View ArticleRe: Time Difference of udf's
Hello Antony, Datediff function is only works when your time is with date. if you want to check difference between two time fields then you have to apply another logic like divide that time field into...
View ArticleRe: Debugging start routine
Hi suman, Thanx for the reply, actually i have performed the debug after click on simulate button it went to debug screen then after completing the debug i am unable to get the data in the target....
View ArticleRe: Shopping Cart - Custom Field - Valuation Disappearing
Hi Rafi, I think you missed to enhance the structure INCL_EEW_PD_ITEM_CSF. add your custom field here as well so that value persists in database. If you are doing it via spro, Extensions and field...
View ArticleRe: CRM Materials and how start with CRM Technical
I would recommend you 'SAP CRM Cookbook'. Its a very good book to learn crm technical.You can download it from sap marketplace. Hope it helpsThanksKumar
View ArticleRe: Encrypt user credential in SAPUI5
You are certainly welcome to do so, of course, but if you are using SUP anyway, I'm not sure I understand the motivation for doing so, given that you are giving up functionality, included the encrypted...
View ArticleRe: Performa invoice from delivery(subcontracting)
I have following situation -I have subcontracting delivery with batch split. Line item in delivery has different item category.Now I am trying to create performa invoice out of delivery using VF01.I...
View ArticleRe: R3 system open in browser
Hello, Open http://<hostname>:<http-port>/sap/bc/gui/sap/its/webgui?sap-client=<CNT> "webgui" service must be activated in SICF first. Best regards,Adam
View ArticleRe: SAP BW table re-org
HelloFirst you need to read the below SAP Notes I have pointed out.There is a report you can run to delete the data older than NN days.Once you have done that then you can do a table export and import....
View ArticleRe: BAPI for changing the payment method(PYMET) on document in DFKKOP table
thanks for that information.Normal FM became handy for it.Issue is solved.
View ArticleRe: Partial payment restriction
Hi Bill, For example, when you release for external collection, is it possible to restrict partial clearings if the debt is under external collection? but if the items are re-call then enable partial...
View ArticleRe: Can i lock & unlock Z table once on top & bottom, for a multiple updates?
It is fine to lock just once going in and once coming out. (So long as your code guarantees no duplicating entries.) The thing that you have to remember however is that it is not a true DB lock (and...
View ArticleRe: ST03N Missing data
Hi Mohammed, Run the report RSCOLL<XX> and then check the data in ST03. With RegardsAshutosh Chaturvedi
View Article