Re: ERROR : You cannot use an internal table as a work area
hi gunwant, check the syntax you are inserting into a table so you got to specify INTO TABLE in the select query.......... regards,naryan
View ArticleRe: No. of copies settings in NACE
Dear Danny John Same issue i was also faced earlier. i think we need to write the code inside the program hope somebody will help us Regards,Bastin.G
View ArticleRe: Change Material Assigned to Accounting Document
Hi,Can you give more business background why you want to change material number in the document number in BSEG? Once you do goods movement with a movement type, system creates material document with...
View ArticleError: Wrong fund center value in Account Assignment tab in tcode: ME51N
Hi Friends, We are allocating different fund center for different storage location for transaction ME51N using fund management(sap-fm).The value of fund center doesn't change in tcode( me51n) under...
View ArticleRe: Change Material Assigned to Accounting Document
Dear Masood Gholami , Better way to do is Cancel/Reverse Documents you want to change FB03 >in sap once you post a accounting document you can to make any changes except Text field ,Assignment...
View Articlenot display "table output" in output options in text of Smartforms
Thanks all of you for response.RegardsPk.
View ArticleRe: Enhancement in transaction MM01/03
hello Nikhil you can do this LOOP AT IT_TAB.SHIFT IT-TAB-FIELD BY 3 PLACES LEFT.MODIFY IT_TAB.ENDLOOP. THANKS
View ArticleRe: Smartform table page protection
no , i want to page protect the whole table. But i think thats not possible, so what i have done is , i have protected both the header and the main area separately and also used minimum height of the...
View ArticleRe: Enhancement in transaction MM01/03
Hi experts,I am Not able to trace material description,Can any one know where can i trace this.
View ArticleRe: how to link the routing data with material .suggest me some roting tables...
Hi,There are many link of your question,from next time please search before posting.Check this thread http://scn.sap.com/thread/1405594& use table as per your logic or requirements. ThanksGourav.
View ArticleRe: Vertical scrollbar problem in module pool
This might help you:http://help.sap.com/saphelp_nw04/helpdata/en/9f/dbac4435c111d1829f0000e829fbfe/content.htmhttp://www.saptechies.com/scrolling-the-table-control/ -Satya
View ArticleRe: SMARTFORM ERROR
Might be some part in your Smartform is not fitting into the scale/space provided. Or could be due to any parameter conflicts to the Function module. Debug and check where exactly the error coming.
View ArticleRe: SMARTFORM ERROR
1. Make sure that the parameters that you are using in smart form and those that are exported from the print program are matching. 2. Make sure that smart form is activated. 3. There may be mismatch...
View ArticleRe: Long Text for all items of payment document generated by F110
Hi Abhijit, Did you got any solution for this issue? I got similar requirement. Please share the solution. Thanks and Regards,Sunil
View ArticleRe: Editable cell in ALV
I am afraid if 'REUSE_ALV_GRID_DISPLAY' can do so... You have to use 'REUSE_ALV_GRID_DISPLAY_LVC' or 'set_table_for_first_display' to achieve this. Helpful...
View ArticleRe: Vertical scrollbar problem in module pool
Check this link http://scn.sap.com/thread/407043 Regards,
View ArticleRe: Editable cell in ALV
In the field catalog. gw_alv_fieldcat-col_pos = lv_pos. gw_alv_fieldcat-edit = 'X'. gw_alv_fieldcat-outputlen = 10. APPEND gw_alv_fieldcat TO gt_alv_fieldcat. Calling the ALV CALL...
View ArticleRe: send sms using FM : so_new_document_att_send_api1
Check this thread. http://scn.sap.com/thread/730967 Also check this blog for sending SMS : /people/durairaj.athavanraja/blog/2005/07/12/send-sms-to-india-from-abap The other useful links links...
View ArticleHi ABAP gurus im trying to upload data from the .TXT file into the internl...
Hi ABAP gurus im trying to upload data from the .TXT file into the internl table and after uploading into the internal table im getting # in place of few values.... Any help will be highly...
View ArticleIncorrect (Error in ABAP processing) - Error in Spool request
Hello friends, I check my spool request in SP02, there is an error : Incorrect (Error in ABAP processing). When I gave print order to my smartform which having 500 pages that time this error occurs,...
View Article