SAP Articles

Page 82 of 91

Looping through a dynamic table in SAP

SAP
Rahul Sharma
Rahul Sharma
Updated on 30-Jul-2019 584 Views

You have to use Runtime Type Identification RTTI and assign the component name of structure To .Please refer to below link for more details:https://help.sap.com/doc/abapdocu_750_index_htm/7.50/en-US/index.htm

Read More

How to build JCo server without using a Properties file in SAP?

varun
varun
Updated on 30-Jul-2019 252 Views

You can create your own implementation of DDP and then register using Environment.registerDestinationDataProvider().

Read More

How to set the first day of the week in sap.m.DatePicker's calendar?

mkotla
mkotla
Updated on 30-Jul-2019 195 Views

I don’t think there is any recommended way to access internal calendar in Datepicker. I would suggest you raise a function request in Openui5 using GitHub.

Read More

How to pass import parameter values using SAP RFC class?

Prabhas
Prabhas
Updated on 30-Jul-2019 567 Views

Check the below link to know detail about SAPRFC class. https://github.com/sensational/php-saprfc/tree/php7https://github.com/piersharding/php-sapnwrfc

Read More

Displaying popup in SAP STMS

SAP
Sharon Christine
Sharon Christine
Updated on 30-Jul-2019 247 Views

First of all use CALL SCREEN ... STARTING AT ..., then in PBO processing, use Suppress Dialog to bypass the screen (dynpro) processor and an empty screen is not displayed, then use LEAVE TO LIST-PROCESSING in PAI event. Now you can follow it with your WRITE statements to display it as a popup.

Read More

Finding code where admin user is created in SAP Hybris

Sai Subramanyam
Sai Subramanyam
Updated on 30-Jul-2019 197 Views

There is a method addUserRights at below path in which it is done.hybris/bin/platform/bootstrap/bin → ybootstrap.jar → DMLRecordFactory

Read More

Finding index of rows and columns in SAP

SAP
Samual Sam
Samual Sam
Updated on 30-Jul-2019 498 Views

To identify the index of the row, you can use the property “indexOfRow” to get the row of the clicked button.All the buttons will be in the same column, so it does not make sense to get the column index, but if you still need to get the column index then you can go ahead and use the property “indexOfColumn” or “columnIndex”.

Read More

Keyboard shortcut for double clicking a selected object in SAP

SAP
Sharon Christine
Sharon Christine
Updated on 30-Jul-2019 743 Views

You can use F2 for this.

Read More

Refreshing list viewer data selectively in SAP ABAP

SAP ABAP Expert
SAP ABAP Expert
Updated on 30-Jul-2019 191 Views

Only refreshing the selected or the modified rows is compatible or supported in EDIT mode but not in the display mode.As you said, you are using the display mode so I doubt you can do anything. But in case you switch over to EDIT mode from DISPLAY mode, then you can go for and bind the function with the DATA_CHANGED event.You can use the suggested approach and it should work for you. Hope it helps.

Read More

How to write on selection screen after giving any user input in SAP ABAP

SAP ABAP Expert
SAP ABAP Expert
Updated on 30-Jul-2019 1K+ Views

You can use the WRITE to write on the selection screen. But still you have other options available to accomplish your task.You can choose to show your text in a message which is shown at the bottom of the screen. Also, you can try with a popup to show your required text.Sample snippet: Message 'Your text' TYPE S

Read More
Showing 811–820 of 902 articles
« Prev 1 80 81 82 83 84 91 Next »
Advertisements