Background Jobs
Hi All, In our SAP system some Z jobs are running everyday since last 3 years. We have not modified any job recently. But somehow Last modified date for all the jobs are showing in Nov'13. Can anybody...
View ArticleRe: auto mail trigger for doc posting in f-28
You can find the right BTE while putting the breakpoint in FM BF_FUNCTIONS_FIND. After you get the BTE then go to FIBF then Create the product (Settings->Products->Of a Customer) and then...
View ArticleRe: display logo on sap logon screen based on company code or user id
Hi Sanjeev, Thank you for immediate response, My requirement is to display logo on sap log on screen based on user id. But we can upload only one image through smw0 tcode with start_image. How...
View ArticleRe: Display a popup screen in logon screen without create session option
i would probably use TH_POPUP its very basic and cos its a C call it is a windows type popup so you dont get all the nice sap features with it I added this function to a dummy program and the coding...
View ArticleRe: Help BAPI_MATERIAL_SAVEDATA !?!?
I have filled as below wa_marmx-alt_unit = 'X'."wa_marm_ga-alt_unit. wa_marmx-alt_unit_iso = 'X'."wa_marm_ga-alt_unit_iso. wa_marmx-numerator = 'X'. "wa_marm_ga-numerator....
View ArticleRe: Clear the default posting date FB01/FB50/F-28/F-30/F-31
HEllo Kishor, Thank you a lot for your answer. Very helpful. Best regards.Kima
View ArticleRe: Help BAPI_MATERIAL_SAVEDATA !?!?
did you pass values for these 4 fields in structure MARM as well.???
View ArticleRe: How to find the enhancement spot
Hi Enrique, As per your communication i am getting that here we have two different things. 1) The RED box which you have shown that is a print preview button throught which you can see the printable...
View ArticleRe: Help BAPI_MATERIAL_SAVEDATA !?!?
yes please chek the below code ..if possible.. plse DATA : wa_matdes TYPE bapi_makt_ga, wa_clnt TYPE bapi_mara_ga, wa_makt_des TYPE bapi_makt. DATA : tb_clnt...
View ArticleRe: How to find the enhancement spot
I found thisWhen I enter this I foundAm I going in good direction?
View ArticleRe: How To UPLOAD a DATA (.DAT) fiel from PC to internal table and then split...
Hi Please try this solution. make a Z copy of FM ALSM_EXCEL_TO_INTERNAL_TABLEmake a Z copy of structure ALSMEX_TABLINEchange ZALSMEX_TABLINE-VALUE from char50 to char1000 and use this Z FM
View ArticleRe: How to find the enhancement spot
Hi, I have just put some screens, Am I going in good direction?
View ArticleRe: XML encoding UTF-16 issue
Class CL_ABAP_CONV_X2X_CE can be used to change encoding of xstring. The input and output encodings are passed to create static method which then returns an object reference.
View ArticleRe: Help BAPI_MATERIAL_SAVEDATA !?!?
Hi,I hope this example is useful: CALL FUNCTION'BAPI_MATERIAL_SAVEDATA' EXPORTING HEADDATA = w_headdata IMPORTING RETURN = w_return TABLES UNITSOFMEASURE =...
View ArticleMC87- create plan-Error: The evaluation profile SAP___A001 could not be read
Hi, I am faceing error while saving SOP plan (MC87) in DEV server only. not in Quality Server. Error:The evaluation profile SAP___A001 could not be readMessage no. CY330 Thanks,Jishu
View ArticleRe: How To UPLOAD a DATA (.DAT) fiel from PC to internal table and then split...
Dear Manish,THanks for you reply. I am new to ABAP. I am working to find a solution to this since last few days. Not coming to a solution as a trainee in ABAP is leading to my frustration. That's why I...
View ArticleRe: How To UPLOAD a DATA (.DAT) fiel from PC to internal table and then split...
ALso as my laptop is not working from last few days. So in case of any screen shots I'll be able to do it on Monday From my office comp.
View ArticleRe: How To UPLOAD a DATA (.DAT) fiel from PC to internal table and then split...
Your file is splitted in blocks but I can't understand what is the meaning... could you please inform what is your file structure? [Version] [StdSatz] ?;? [Arbeitstag] [Pecunia]...
View ArticleRe: Hi friends, I have a doubt in inserting a field to database table and...
we are using insert only but be sure every table in sap should also have another primary key apart from mandt if not it accepts only one value in table
View ArticleRe: How To UPLOAD a DATA (.DAT) fiel from PC to internal table and then split...
Uploading data from a flat file,which has delimiters other than tab. FM GUI_UPLOAD supports flat files which are TAB delimited.other than TAB, if any other delimiters is used, then following...
View Article