Re: MB_MIGO_BADI~LINE_MODIFY Issue with custom field in GOITEM
Harish, I believe modifying the custom fields in Line Modify won't work. Please refer this link : Error Custom Fields MB_MIGO_BADI My idea is to transfer using field symbols and modify it in your...
View Articleabout call super->constructor in subclass
Hi all, For example,The constructor of the superclass is to output something like "write: 'super'".But in the constructor of the subclass, I need to output something like "write: 'sub'". The problem is...
View ArticleRe: Background Job
Try to google the help.sap.com documents, you should easily find that you need to give a future first execution date/time and define the job as periodic...Background ProcessingJob Scheduling...
View ArticleRe: Picture in selection screen (saved in clustertable) > how to load?
unfortunatelly no answer :-(
View ArticleRe: F4 help in F-54 tcode for Invoice field
Hi Prajyot, Goto Screen Painter (SE51) and enter program nameSAPMF05A screen number 0114-->select layout editor. Double click on Invoce and you can add search help in the attributes of Invoice...
View ArticleRe: Smarform New Page Problem
Please copy and paste your main window in the next page. Regards,Prasenjit
View ArticleDownload and upload of file to server dir (AL11)
Hello, I have a custom program that is downloading files from application server directory (they are like templates) to user local pc. User is then modifying such files and finally upload them in...
View ArticleRe: Problem in color a cell for field symbol table.
Hi,I think you are using field symbol <line> as of generic type.Please provide the structure for it using TYPE structure name at declaration :FIELD-SYMBOLS <line> TYPE structure name....
View ArticleRe: mandatory fields in Organizational Levels popup from MM
Hi Hancila, Goto SHD0 and create a screen variant for the all material transactions(eg MM01, MM02) and tick the required fields as needed. Hope this helps. Regards,Naveen
View ArticleRe: Extracting Data
Hi It seems you are checking some value of a particular field on transaction. Correct me if I am wrong. It might be stored on a database table OR may be a calculated value. It is case to case basis....
View ArticleRe: mandatory fields in Organizational Levels popup from MM
Hi Hancila, Please check with your functional MM team member.you can do required mandatory field in material master using SPRO settings. SPRO>Log General>Material Master>Field...
View ArticleRe: How to use where condition in Dynamic internal Table
ABAP is also for me not the only one language. And you would do the same in all of them - imagine one single common thing some of your programs should do with a table. E.g. running the conversion exits...
View ArticleRe: Download and upload of file to server dir (AL11)
Hi, Have you tried uploading file by using CG3Z transaction? If not try it Regards,
View ArticleRe: Printing last page in smartform
Should I change the window in the LAST page to the type, final window instead?
View ArticleRe: FM to Round decimal place
Hi Maithali, Please use statement with Keyword Condense.Example illustrated below:CONDENSE string. DATA: VAR(10) VALUE ' ABC '. CONDENSE VAR. "Removes SPACES both sides of a String.WRITE: VAR....
View ArticleRe: ALV cell coloring based on condition from field symbol table?
Hi Satish, Could you please let me know how are you assigning your internal table to the field symbol <table>. 1. if the internal table is dynamic, that is, its structure is not known till run...
View ArticleRe: hidden Cells in ALV Output?
Hi Abijith Chandra, I want atteched picture output only. Plz ..try Regards that. Regards,Thrimurthulu
View Article