Column Header downloading
How to get Column Header while downloading via 'GUI_DOWNLOAD'?
View ArticleRe: Issue with Asset Posting in BAPI_ACC_DOCUMENT_POST
Hello Raymond, I checked these notes. These are already implemented. The error messages are appearing as shown below. Kindly let me know issues if any. RW 609Error in document: BKPFF $...
View ArticleRe: How can i go directly the spot from where the issue is raising in...
Hi,I meant, check the Application table from where its fetching the data for display. Check it against the column in which you are having problem with i.e in the application table check for column from...
View ArticleRe: BDC for MM02 view selection problem
Hi Radhika SingbalThat was excellent.Thank you for sharing and your kindness.
View ArticleRe: How can i go directly the spot from where the issue is raising in...
Thank you. Pls. let me know 1) As there are tonns of Application tables (starts with A*) in the system, how can sort it out for my wanting table? 2) What is the prog./include/routine that is behind the...
View ArticleRe: How can i go directly the spot from where the issue is raising in...
Hi,Open the transaction, go to menu System > Status. Get program name from there. In the program trace the call for fetching values in that field. 1.) Don't you know which table is being used to...
View ArticleSmartform printing black boxes?
This is the example of the smartform I'm working on. The large black box is not one of the windows on the smartform. As you can see it overlaps at least 2 windows (it actually covers the rest of the...
View ArticleRe: Column Header downloading
Hi Madhan, You could have done some research before posting a query. This question has been answered many many times. Just search on google like 'gui_download with header' or 'header in gui_download'.
View ArticleBAPI for FBA7 with down payment request usage
I need to create a vender down payment using down payment request. Using BDC is a nightmare because I have to select the open down payment requests, it's impossible. Do you know any way to do this via...
View ArticleRe: ALV Grid change other row in edit mode?
Hi Jeff, Try to call check_changed_data method of grid. Ex. DATA: l_valid TYPE c, grid1 type ref to cl_gui_alv_grid. CALL METHOD grid1->check_changed_data IMPORTING e_valid = l_valid....
View ArticleRe: MC46 - RMCBLH30
Thanks Raymond,i've checked OMJJ (T156), but i can't understand how determine the correct list of movement type of MC46. For example 101 and 601 have the same Consumption posting (G), but only 601 is...
View ArticleParallel processing does not start in production system
Dear expertsI’m facing an issue regarding the “call function starting new task” sentence.I tested this call on DEV, QUALITY and LAB systems successfully. I’m making a loop into the following sentence 3...
View ArticleRe: BAPI_ENTRYSHEET_CREATE create SE using Service Outline Agreement (Contract)
Hello, I have the same problem, any solutions? Regards,
View ArticleRe: How to convert time format according to user settings
Hi Wenwen, I am still not convinced why a write statement is not enough to handle this. Whatever the user enters just move it to a variable of type SY-UZEIT and then use a write statement on this...
View ArticleRe: column names of a dynamic internal table
Hello,Could you please check out this link? http://wiki.sdn.sap.com/wiki/display/Snippets/Example+-+create+a+dynamic+internal+table And also check this one https://scn.sap.com/thread/1263214 Thanks,...
View ArticleCOMMIT WORK in batch fails?
Hi all, I hope someone can help with this. If I run transaction CJ46 and fill in the selection screen and run it- no problem. I then record a BDC session to automate the process for multiple years.i.e...
View ArticleRe: BDC for f-28
hi sagar, did u got solution to your question, if yes please update the same, i having same type of issue, since 4 days i am trying to resolve it but not able to do it. I have done so many R & D in...
View ArticleBAPI_ENTRYSHEET_CREATE Error "SE149 Service quantity exceeds quantity in...
Hello I'm having a problem using BAPI_ENTRYSHEET_CREATE using a purchase order with purchase contract (outline agreement) items for creating a service entry sheet acceptance. I use BAPI_PO_GETDETAIL...
View ArticleRe: Dynamic Function Help
Vikram, I followed up and the data flowed correctly and gave me what I was looking for. However, for anyone else reading this later on, I was having a problem with the export parameter. I declared it...
View ArticleRe: MC46 - RMCBLH30
Other Customizing table records are used to define to fill MVER and DVER tables, like T156M (T156M-KZVBL "+/- sign for consumption update in material master record") So if you want to replicate MVER...
View Article