Re: Error while executing BAPI_INSPOPER_RECORDRESULTS
Hi Niranjan, Thanks for your reply. Under CHAR_RESULTS, I tried to enter the following:INSPLOT = '030000003800', INSPOPER = '0010' , INSPCHAR = '0010', CLOSED = 'X', EVALUATED = 'X', EVALUATION =...
View ArticleRe: how to update cats from Zprogram
@dipesh patil:-really thank you 4 your fast response and help.And would you mind if u make the noting data entry profile and any sample screen shot!! best regards,HaHu
View ArticleRe: Regarding ztable.
Hi,From sm30 ,enter Your Ztable name,then In display/maintain mode, From menu (system>status>Go to screen & program).Then Write program ,for user name You can use sy-uname. Hope It...
View ArticleRe: Error while executing BAPI_INSPOPER_RECORDRESULTS
Hi, Try passing VALID_VALS in the SINGLE_RESULTS. Cheers~Niranjan
View Articleupload document file using gui_upload
Hello Team, Can u please just how to upload a document file (.DOC file ) into SAP using gui_upload .I tried using ASC type and BIN ..It appears with symbols into internal table.. Please suggest....
View ArticleBusiness Area and Business Place Mandatory
Hello All, I want to write a BTE for making the Business Area and Business Place Mandatory.Scenario is like If Fiscal Year - 2013 then only Business Place should be Mandatory.If Fiscal Year - 2012 then...
View ArticleRe: Problem in Table Maintainence generator event
Hello, There are events called "Before saving the data in the database" and "Creating a new entry" . I think by coding in these events we will get your desire results. Create a "Z" number range via...
View ArticleRe: how to update cats from Zprogram
Hi Hahu, It is the first screen in CAT2 transaction. You will have to choose appropriate data entry profile according to your client. Just go to transaction CAT2 and you will understand. Regards,Dipesh
View ArticleRe: problem when increase line in smartforms template
hello, I have similar problem, when I implement 1837754 - "Smart Forms Resizing in table painter" it solve, hope to be valued for your issue. Regards,Amr Abdelazeez
View ArticleRe: Problem in Table Maintainence generator event
Ji Jagan, In TMG you create form routine 01 and 05. In 05 you just create the next number from either your number range or incrementing last number by one. In form routine 01 you check, the new nomber...
View ArticleRe: Send Internal Table as Excel Attachment
Hi Jun, My reply got posted even before I completed it. Sorry for the inconvenience. here is my idea of solution to the problem. Inside the loop at gt_data, you are just concatenating data...
View ArticleRe: Send Internal Table as Excel Attachment
Hi Athreya Hegde, Thanks for your reply but the code will not work... APPEND lv_string TO lv_string2. --> Will lead to Error since lv_string2 is not internal table...
View ArticleRe: Deleting data from Data Buffer(import/Export from data buffer)
Maybe just: FREE xcookie.
View ArticleRe: load system date into an internal table ?
Hi Daniel, Say your internal table name is TABLEA.Also your internal table contains a date field say DATE1 which is of type SY-DATUM. Then you can use below logic to load the SY-DATUM value to DATE1...
View ArticleRe: Budget update from held purchase order
Hi Shahzad, Thanks for your answer.The tolerance setting of availability is ok according to the FM fonctional consultant.I'm searching function or programs called to update FM, any idea ?These are the...
View ArticleRe: Send Internal Table as Excel Attachment
Hi, I have edited my reply. Please take a look at the changes done. ~Athreya
View ArticleRe: FM to update table LIKP with fields BOLNR and ANZPK
Hi, Were you able to find any solution to this issue ? I am facing similar requirement wherein I have to update BOLNR and TRAID field in LIKP using FM 'SD_IDOC_INPUT_PICKING', attached to Idoc message...
View ArticleRe: load system date into an internal table ?
Check MODIFY itab statement documentation first like inl_s_datapak_line-xxxxx = sy-datum. MODIFY datapak FROM l_s_datapak_line TRANSPORTING xxxxx WHERE xxxxx NE sy-datum.(Basic question - Read...
View ArticleRe: Send Internal Table as Excel Attachment
Hi Athreya Hegde Still no luck. ---------------Full Code:--------------- REPORT ysend_email.* This example shows how to send* - a simple text provided in an internal table of text lines* - and an...
View ArticleRe: load system date into an internal table ?
Hi Daniel, Suppose your internal table is lt_dso and work area as wa_dso. If you want to populate system date to your date field of internal table refer the code below. Loop at lt_dso into wa_dso....
View Article