Problem in PF status
Hi experts,I face a problem, I created a z program copied from a z program developed by someone else. The program is using GUI status running perfectly and in the PAI event there is no code to handle...
View ArticleHow to pass Internal Table dynamically to a subroutine
Hi all, I want to pass an internal table to a PERFORM. so that i have written code as PERFORM fetch_data using it_table. FORM fetch_data using p_it_table type z_table. ENDFORM. Here...
View ArticleError: Internal Tables, Field symbol has not yet been assigned
Hi all friend, I am try understand this error: Field symbol has not yet been assigned I get a dump after run this abap program. REPORT ZINTERNALTABLES.tables: bsis.types: begin of it_bsis_line, zuonr...
View Articleupdate/modify in table maintenance
Hi, i have a table maintenance for a Z table. How could i use update/modify statement to update records in this Z table. Among all the columns i have one qty field which is in edit mode. In case of any...
View ArticleCreate folder in application server
Hi friends, I have to create a folder in application server and create files in the folder. I am using function module 'BRAN_DIR_CREATE' for creating folder. It is working fine but it is accepting path...
View ArticleSAP ABAP - HOW TO WRITE HARD CODE to activate some code for 2months
HOW TO WRITE HARD CODE to activate some code for 2months from date: 2/01/2014to date: 2/03/2014 Here I need to activate some code for this period can any one please suggest me Thanks in advance
View Articledisplaying long text in alv report
Hi Dear, As I am new in ABAP, I have created an ALV report for material master in which I need some 5,6 fields which include material PO text.everything is working fine but I noticed that long text...
View ArticleAdobe Form item data overflow
Hi, I am currently stuck in one of my requirement, where I have to overflow my item details table to the next master page (Presently I have two master pages) and the requirement is that the first...
View ArticleEnhancement and Function Module Exit for Inbound Delivery
Hi, I'm adding Custom segments and Fields for Inbound Deleivery Idoc. Furthet Details:Message Type: DESADVBasic Type: DELVRY03Inbound Process Code: DELVFM: IDOC_INPUT_DELVRY Doubt 1: What will be the...
View ArticleUploading exel file is not reading all records into internal table
Hello all, I am fetching data from the excel file and putting into internal table. But I have problem there around 280 records in excel bit I am getting only 100 records in internal table y ? Every...
View ArticleBAPI_SALESORDER_CHANGE - Issue in Schedule lines
I am using the bapi_salesorder_change to remove the delivery block from the Schedule line. Yes, it it removing the delivery block from the Schedule line, but at the same time, it is deleting the other...
View ArticleHow to trigger email in his outlook for user responsible for a particular...
Hi Experts,i have one requirement as mentioned below. 1.in the transaction IW22(PM notification change).2.In the task tab,when a user creats task ,he enters user responsible for that task .An email...
View ArticleProblem with SM30 search help
Hi friends. two tables the first table there is no description field, the second table is the table of texts. are related by key to generate upgrade sm30 table in the description field is empty. Where...
View ArticleSmart form Spool not generated
Hi SDNites, Custom smart form is being called from custom driver program which is configured in NACE transaction. There is no code for spool generation in driver program and also no control parameters...
View Articlegetting values into sapscript via loop in driver program
Hi all, I'm new at sapscripts and I want to know how to pass values into sapscript via a loop. the requirement is like below, Invoice No.: Invoice No.1, Invoice No.2, Invoice No.3, and so on.........
View ArticleAction and Action Date not showing up in the Items in VA41/42/43
All, This is a weird situation. I am not able to see the fields Action and Action date in the Contract Items tab but can see them in the Header. The screen called is 4201 with program SAPLV45W in...
View ArticleError: Internal Tables, Field symbol has not yet been assigned
Hi all friend, I am try understand this error: Field symbol has not yet been assigned I get a dump after run this abap program. REPORT ZINTERNALTABLES.tables: bsis.types: begin of it_bsis_line, zuonr...
View ArticleSD Billing VF02-VF03 Plant Authority
Hi Experts, I want to add authority according Plant at SD billing process. (VF01-VF02-VF03-VFX3)I found and add for VF01. (USEREXIT_FILL_VBRK_VBRP (Module pool SAPLV60A, program RV60AFZC) But I didnt...
View ArticleDelivery Text in PO Item using ME59
Hi Folks, My requirement is to pass the text which is maintained in SO10(custom) and also the text which is maintained in the PR while creating the PO using the transactions ME21N and ME59.For ME21N i...
View Article