Re: Error during file read from Application Server -Unicode tab Delimited...
Hi, Try this:open dataset P_FILE in text mode encoding default for input ignoring conversion errors.
View ArticleRe: Error during file read from Application Server -Unicode tab Delimited...
I tried that also, result is same as in case(4) above:. I see that a special charecter '#' is added after each charetcre of the input file.ex: if one of the field value is : Z1MAT , after reading the...
View ArticleRe: Function Module to Post Parked Document
Hi Lokeswar, I have seen this link already. But not sure which one works perfectly. Regards,Anand R
View ArticleRe: How to disable edit mode Basic data text in MM02 ?
Hi Chetan You want to disable the basic data text in MM02 transaction here is the process: 1) excutive OMSR tcode and click on the field selection(selection group is 119) and search for LTEXT_GRUN...
View ArticleRe: Function Module to Post Parked Document
See what confusion a link to another discussion creates. This other discussion has as well links and two persons already asked how it was solved.Such links do not make much sense. Please answer with...
View ArticleDigital signature - form 16 unable to upload signature in adobe form
Hello Experts , I am working on Adobe form for SAP HCM Form 16 , Tcode PC00_M40_F16, we are added signature cotrol from libary but when we try to upload / add digital signature in pdf...
View ArticleRe: Making Default User while posting through BDC program through call...
In your report, try changing SY-UNAME to harcoded value before BDC code. SY-UNAME = '<USER>'.
View ArticleRe: SAP Upload program
Request basis team to make a schedule run to move file from share point to sap application server. For that SAP installed system and your share point system both should be in same network. Use OPEN...
View ArticleRe: Making Default User while posting through BDC program through call...
hi Pranay, i tried by changing system user,But it didn't work out .e system is picking back exact user
View ArticleHow To Write Select Quarie Useing inner join Concept
hi, how to write select quarie by using inner join cncept.
View ArticleRe: Making Default User while posting through BDC program through call...
Hi "Small suggestion:Run bdc in Background job. After particular Event Not date and time . Under particular user May be your problem will be solves."You want me to run BDC through backround via Submit...
View ArticleRe: No value or no modif id captured in screen-group1?
Thanks a lot Pranay i tried almost a dozen of code samples none of them worked don't no why but the code sample you have provided worked perfectly but i just added SCREEN-ACTIVE also.Regards,Venkatesh.M
View ArticleRe: No value or no modif id captured in screen-group1?
Hi, I think you must be missing 'USER-COMMAND' statement in Radio button grouping.
View ArticleRe: USer Exit/BADI for IW38/IW37N on completion
PavanYour query is not correct.One can not expect Exits for List reports. like IW38 / IW37n.Ultimately you want the trigger at IW32 only.But here you have different eventsReleaseTechnically...
View ArticleRe: Making Default User while posting through BDC program through call...
Hi, Why not you go for a BAPI. 'BAPI_ACC_DOCUMENT_POST'. BAPI_ACC_DOCUMENT_REV_POST . BAPI_ACC_BILLING_REV_POST And Change the parameter USERNAME/CREATED_BY in header structure. If you want to stick...
View ArticleRe: Read XML file to ABAP internal table
RSS is XML file like any other.Why you are in doubt and don't try instead?
View ArticleRe: Task list Sort criteria on Notification
Hi All, Finally I found the solution to this Issue,in IF_EX_NOTIF_EVENT_SAVE interface into CHANGE_DATA_AT_SAVE Method a changing parameter exist who allow you to add, delete modify any data of task,...
View ArticleRe: How to change the user-name decided by a BAPI
Dear Solen, Pls provide the intended user name to the importing parameter I_BNAME of the BAPI L_TO_CREATE_TR.I_BNAMELIKELTAK-BNAMESY-UNAMEUser who is generating the TO Thanks,Sanjay
View ArticleRe: Message not displaying properly
Yes checked in quality client.....message was not existing.. Thanks for all the help
View ArticleRe: Read XML file to ABAP internal table
Hi Tomas, I tried the way Eitan suggested, but it is not working in my case.I think some HTTP communication failure is occurred, because when i executed, it is showing an information message like...
View Article