cancel
Showing results for 
Search instead for 
Did you mean: 

How to check the version of BRfplus and upgrade it to latest version

former_member198721
Participant
0 Kudos

Hi Experts,

we are lacking many features of BRFplus , like

1. Updating inserting or deleting database table from BRFplus

2. Commit after Send email action

3. sending table in Email action. etc.

component version of our system is SAP ECC 6.0

and

software component   release      level

SAP_BASIS                702             0008

SAP_ABA                    702             0008

PI_BASIS                    702             0008

ST_PI                    2008_1_700     0008

IW_BEP                       200             0006

SAP_BS_FND              702            0006

SAP_BW                      702            0008

SAP_AP                       700            0022

WEBCUIF                    701            0005

SAP_APPL                   605           0005

SAP_HR                       600           0064

SAP_HRCAR               600           0064

SAP_HRCAT               600           0064

SAP_HRCAU               600           0064

EA-IPPE                      400           0019

EA_APPL                    605           0005

EA_DFPS                   600           0019

etc.

I dont know how to find netweaver version ,

Can anyone suggest what is lacking in our version or which version we have implement, or how to do that .

Regards,

Khushbu

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member190447
Participant
0 Kudos

The NW release level that comes with ECC 6.0 is 7.02. In this release you are actually missing many features that were added later.

Anyway, all features and requirements you just mentioned are not in the scope of BRFplus. Also not in later releases.

On the database update I just proposed some options how to do this in your other thread.

ttrapp
Active Contributor
0 Kudos

Exactly. Of course you can define a procedure calls a function module BAPI_TRANSACTION_COMMIT but I don't recommend it. BRFplus is made for the create of decision services and not handling of ABAP LUWs.

former_member198721
Participant
0 Kudos

Thankyou Tobias and Wolfgang for your guidance.

I have few more concern,

in case i want to send a table data in mail through BRFplus, so that is not possible?

For example,

Matnr   error

1           e1

2           e2

-

-

-

-

100       e100

Now i want to send this table in email , so cant i send it?

secondly , for upgrading NW should i need to upgrade SAP?

Kindly suggest

former_member190447
Participant
0 Kudos

You can return the table as a result data object and send it from the backend application after processing your rules. As mentioned before: be careful mixing rules and processes.

What exactly does "upgrade SAP" mean? If you refer to upgrading your application (e.g. ERP, CRM, ...) together with NW, then yes. All these solutions have strict dependencies of application release and underlying NW release. So you cannot upgrade your NW release independent from the application running on this machine.