Url-Shortcut for SICF-Service
Hi experts, we have some SICF-Services, which we can access with https<server>:<port>/<sicf service>.This works great.Now we would like to make one of this service accessible for...
View ArticleBAPI_SALESORDER_CHANGE update payment terms
Hello everyone, I have the following situation:I change bill-to-party and payer in a sales order via transaction VA02.After pushing ENTER, the payment terms are copied to the sales order from the...
View ArticlePrinting text on the next line
Hi Experts, I have a requirement where i need to create RFQ's and PO's through Script.While doing this i need to print some text contents of text id's in the output of script. Here i am facing a...
View ArticleMessage type SERDAT cannot be sent with change pointers
Hi I am trying to run a program, but it is giving error as below.I cant able to find a reason why i cant able to send data using change pointers for this particular message type. Is there any...
View ArticleCount the number of rows and columns in ALV
Hi Experts, I have created an ALV report. The output is exactly what the client wanted. Now, is there any procedure to count the number of rows and columns of an ALV report. This is because when I...
View Articleset_data withih IF_EX_ME_PROCESS_PO_CUST~PROCESS_ITEM is not working
I have implemented badi ME_PROCESS_PO_CUST.I have written this code in PROCESS_ITEM method: DATA: v_wotnr TYPE p. DATA: v_days TYPE i. DATA: v_eindt TYPE sy-datum. IF ws_data-lifnr = '0000100226'....
View ArticleHow can change variant amount through pricing routine
Hello Everyone, How can change variant amount through pricing routine, I wrote code in pricing routine as follows,,...
View ArticleHow to pass 'TOTAL' Text using cl_salv_table class in OOALV
How to pass Text (TOTAL) in ALV (Using CLASS : cl_salv_table) as shown below. I am using below code for sum, TRY. lt_column ?= lt_columns->get_column('XXXXXX')....
View ArticleHow to pass 'TOTAL' Text using cl_salv_table class in OOALV
How to pass TOTAL Text in OOALV as shown below,Below code i am using for sum, TRY. lt_column ?= lt_columns->get_column('XXXXX'). lt_column->set_short_text('XXXXX')....
View ArticleUpdate Processing Status in ME53 screen using a BAPI or BADI
Hi Experts, For the Transaction ME53N under Item Section ,inside the tab screen STATUS there is a field Proc.Status . We are trying to change the value of this field using a suitable BAPI or BADI. But...
View ArticleHow to add additional standard fields in BOM item overview (CS01/CS02/CS03)
Dear all, The requirement is, some standard fields (e.g. RC29P-BEIKZ) need to be displayed in the BOM item overview screen. Then it's easier to see and maintain the data. Is that possible to achieve...
View ArticleTABLE_INVALID_INDEX dump
Hi Guys please help I'm receiving this dump in the system. what step should I do next? thanks What happened? Error in the ABAP Application Program The current ABAP program...
View ArticleOO ABAP 'SAVE' functionality
Hi Experts, I have a ALV Grid screen program using OO concepts. Requirement is that the final ALV table has 10 fields, all are editable fields and will be blank for the first time. So, I am doing a...
View ArticleAssigning values to a deep structure
Hi all, I am trying to pass values to a deep structure but not able to do so. Kindly guide as what is the approach to assign values in such a scenario. See below the details : ZIFLIGHT (structure) :...
View ArticleExits in transaction QA32 at the time of save.
Hi, My requirement states that for stock related inspection lot( 01 and 04),every time a usage decision is being done , a stock posting is needed,an inspection lot can be partially accepted or...
View ArticleCall respective selection-screen tab in alv report display when 'back' is...
Hi,I am having a ALV Report which is containing 4 selection tabs in selection-screen. When i run the report for whatever selection tab i choose, after displaying report when i press 'back' button it...
View ArticleRemove Blank page from Adobe form
HI, I am getting a blank page in my Adobe form layout itself and i need to remove it. For my requirement i need to display each project in a new page and for that i am using the Go To Next Page option...
View ArticleInvoice Creation from manual Bill in ISU module
I have this requirement of creating a invoice from manual bill, which is already released for invoicin in background. I have created a manual bill through FM ISU_S_MANUBILL_CREATE, it is getting...
View ArticleFM to indentify company codes authorized for a user id.
Hello experts, Is there any standard FM using which i could directly obtain the company codes authorized for a particular user id (Given as input to the FM). Regards,Sri.
View ArticlePerformance issue with IF statement
Hi All, I'm using below if condition , is their any way to avoid multiple IF conditions ? Constants : C_N(1) type C value 'N', C_S(1) type C value 'S', C_E(1) type C value 'E',...
View Article