- ABAP Workflow Scenario with Explanation
Answered
Hello, I need SAP ABAP workflow Scenario with Explanation ...
- Dynamically Selection Screen Modification
Answered
How To Dynamically Change Selection Screen in ABAP?Hello SAP Experts,I want to change the selection screen dynamically based up on some condition. I w ...
- Bapi for Updating the confirmation table(EKES)
Hi, Could anyone let me know the BAPI to update the Vendor confirmation table EKES. And also the parameters to be passed to it. Thanks. ...
- Difference between Type Table and Type Standard Table
Answered
Type Table vs Type Standard Table Hello, What is the difference between TYPE TABLE or TYPE STANDARD TABLE ? Any Suggestion Please. ...
- Multiple Main windows possible in smartform
Answered
Hello Experts,Is there multiple "Main" windows possible in smartform?Thanks in advance. ...
- Running Parallel Cursor Method
hi I am giving you the sample program (code) for running parallel cursor method in SAP ABAP. data: w_index type sy-index. sort it1 and it2 ...
- Presentation and Application Servers in SAP
Answered
What are presentation and application servers in SAP?Presentation Server is actually a program named Sapgui.exe. It is usually installed on a user&rsq ...
- CONVERSION_EXIT_ALPHA_INPUT Use
Answered
Hello Experts,May i know that what is the main purpose of this Function Module CONVERSION_EXIT_ALPHA_INPUT? This conversion routine is used to ad ...
- How to Retrieve the short description of a Fieldname using only the Fieldname
Good Day everyone, I would like to know if there is a way, a function perhaps or anthing to retrieve the short description of a fieldname using only ...
- CL_SALV_TABLE class- Add a Push-button to ALV
Answered
Hi Experts,I was developing a code which required an ALV output with OOPS.I used class CL_SALV_TABLE. Now I have to add a pushbutton to my ALV using t ...
- Smartforms Template Shading a Row
Hi All, Could anyone please tell me how to color/shade a row in a template. I have created a template in a window. I have some rows ...
- HOW CAN WE RETRIVE DATA FROM TEXT TABLES
Hi, How can we retrive data from text table. for example: for table MARA , text table is ZST_MAKT ,from these text table how can we retrive data. ...
- Showing logo in ALV report
ALV (ABAP LIST VIEWER) Sap provides a set of ALV (ABAP LIST VIEWER) function modules, which can be put into use to embellish the output of a report ...
- Difference between EDI and ALE IDOCS
Answered
Hello SAP Experts, ALE IDOCS vs EDI what is the difference between EDI and ALE IDOCS? If anyone knows then please share the correct one here. ...
- How to create Inward & Outward Gate entry in SAP
Dear Experts , Pls help me for creating inward & outward gate entry in sap Thanks & Regards Akhilesh Mishra 9719442021 ...
- CALL_FUNCTION_SEND_ERROR : RFC Calling Function Termination
Answered
Hello Experts,I am getting the run-time error CALL_FUNCTION_SEND_ERROR on the receiving side of the RFC communication when the connection to the progr ...
- Difference between Select Options and Parameters
Answered
Select Options vs Parameters: Key Differences 1) Data Selection Behavior Parameters: If a parameter field is left blank on the selection ...
- How to make a field Required Field.
Hi Everyone, I am declaring a GUIXT field and want it to be a required field. My coding is as follows : inputfield (2,0) "Plant" (2, ...
- Differences between Call Transaction and Session Method in BDC
Answered
Call Transaction vs Session MethodIn session method we transfer data from internal table to database table though sessions.Call Transaction is a techn ...
- How to debug an idoc?
Answered
Hello SAP Experts, Please Explain What is the process to debug an idoc? Thanks in Advance. ...
- Accepting two numbers from user and swap values, ABAP program
* Accept two numbers from user and swap values. REPORT yswap2numbers_prathyusha &nbs ...
- Smartform Internal error
Hi Friends, In Smartform an internal error has occurred while transporting from DEV server to QAS server or when trying to create or chan ...
- How to Create Index on a Database Table?
Answered
Go to transaction SE11, open your database table. Choose the menu, Goto->Indexes to create index. Give your index name and choose the fields of the ...
- Changing Field Name Dynamically
Dear All, I have to change the field name dynamically in the loop. Database Name is PA9002 having fields ZFAMSA1, ZFAMSA2, ZFAMSA3 up to ZFAMSA10. ...
- Writing Files On Application Server AL11
Hi all, I am writing file onto application server AL11. constants : c_tab type x value '09'. concatenate w_matnr w_werks w_date w_ ...
- Add a New Line or Row in the ALV Grid Display
How to add a line or row in the alv grid display on user clicking the button create new employee?Ans: Use event DATA_CHANGED / CHECK_DATA_CHANGED ...
- SAP ABAP Program to download Bitmap Image
Using Transition SE78, we can upload images for SAP Script/Smart forms. But SAP does not provide functionality to download Images from SAP Server. Usi ...
- Convert date format YYMMDD to YYYYMMDD
Any code or function module to convert Date format YYMMDD into YYYYMMDD ? ...
- Difference between Structure and Table Type
Answered
Structure vs. Table Type in ABAPHello Experts,I want to know the difference between the structure ,table type ,and table in function module.Please hel ...
- BSEG table reading
Hi all, I am trying to Accounting documments from BSEG table and doing some manupulation on the data it takes lot of time to get data. Is there a ...