Re: How to read no of records in field symbol?
Hi All, Able to count no of records via line(<filed_symbol>). Thanks,Chetan.
View ArticleRe: Convert timestamp to date
Hi, it's not a timestamp timestamp (in abap world) it's the concatenate : DATE TIME regardsFred
View ArticleRe: Problem with MIGO in Production System
Shanthi, How many records are available for the material doc 5000077361 in MKPF table? In MIGO, enter the year in addition to the material doc.
View Articlewant dynamic coloum in smartforms table.......
hi,I need dynamic coloum in smartforms table....like I have 3 coloum but based on user choice it display 2colums or 1 colum or may be all colum...how to do this?see attachment as my forms and output
View ArticleRe: Convert timestamp to date
Hello,use thishttp://help.sap.com/abapdocu_70/en/ABAPCONVERT_TIME-STAMP.htm http://scn.sap.com/thread/3190890 BRChandra..
View ArticleRe: Convert Smartform output into excel format and mail
You could convert an internal table into an Excel file, but not in background (or you have to do something on the server).So I'm not sure about your requierement what about a beautiful CSV file ? Fred
View Article'BAPI_CTRACDOCUMENT_CREATE'
I am using BAPI : 'BAPI_CTRACDOCUMENT_CREATE' to post the document but it's not calculating the tax (tax is calculated while posting with t. code FPE1) I am passing tax_code and taxjurcode in partner...
View ArticleValues are disappearing when press enter in module pool
Hai All Iam developing a module pool ,when iam entering the values in the screen and after press enter the values are disappearing,without pressing the enter button,if iam saving the values,the values...
View ArticleRe: want dynamic coloum in smartforms table.......
Hi, for me it's a condition. You have to define the case 1 column, the case 2 column ... regardsFred
View ArticleRe: Convert Smartform output into excel format and mail
Hi ,I think your requirement is smartform out put need to be converted into excel and the excel file should send throught email to the require customer. if so then follow this process. CALL FUNCTION...
View ArticleRe: ME_GUI_PO_CUST does not trigger all methods with my own screen
Hi, I faced similar problem. But you didn't put your solution on how were you able to make the other methods trigger and I had to figure it out myself. So to whoever may have been reading...
View ArticleRe: How to enable the zoom in print preview
Hi Aaron, Try going to Menu->pdf preview. This has zoom enabled. Hope it help you Regards,Sivaganesh
View ArticleRe: Make cl_gui_custom_container not to show scrollbar
Hi Milyutin, Why do you want to remove the scrollbar? Sometimes, the users run your application on an old-fashioned low-resolution computer screen( or projector). For example, a 800x600...
View ArticleRe: Make cl_gui_custom_container not to show scrollbar
Hi Konstantin Milyutin, You are viewing multiple Scrollbars in the screen, because those are one top of the other. By adjusting the container area you can hide the Scrollbars. Hope this will help you...
View ArticleRe: Automatically Send email after Creating Sales Order from VA01
Hi, Maybe the form routine "USEREXIT_SAVE_DOCUMENT" in program "MV45AFZZ" can help you.
View ArticleEmployee photo in Payslip
Hi All How to insert employee photo in payslip through smartforms?There might me large number of photos. Is it suggestible to upload them into SE78?If not is there any alternate solution? Thanks in...
View ArticleRe: How to replace the space in string with "_"
Hi, here instead of loop we can useCONCATENATE LINES OF it_tab into v_str2.Regards,Praveen
View ArticleRe: Employee photo in Payslip
Hi,By which way you are designing Payslip?PE51 or HR FORMS ? ThanksGourav.
View ArticleRe: Automatically Send email after Creating Sales Order from VA01
Hi,You could create an extremely simple workflow. Use change doc VERKBELEG to trigger an event and create a workflow/task as receiver. Kind regards, Rob Dielemans
View ArticleRe: Automatically Send email after Creating Sales Order from VA01
Hi Richa, Check for any User exits in the Sales order Save... like;USEREXIT_SAVE_DOCUMENT - in this exit you will get the SO number, and code accordingly to send the mail. Hope this will help you...
View Article