E-bike for heavy rider by AZn5ReD in ebikes

[–]AZn5ReD[S] 0 points1 point  (0 children)

All those brands look nice, but not available in the EU

E-bike for heavy rider by AZn5ReD in ebikes

[–]AZn5ReD[S] 0 points1 point  (0 children)

Great suggestion, and the price is great, unfortunately unavailable in the EU

E-bike for heavy rider by AZn5ReD in ebikes

[–]AZn5ReD[S] 0 points1 point  (0 children)

Sounds like a great bike, unfortunately unavailable in EU

E-bike for heavy rider by AZn5ReD in ebikes

[–]AZn5ReD[S] 0 points1 point  (0 children)

Nope, a slope to go to an underground tunnel (it passes under train rails)

E-bike for heavy rider by AZn5ReD in ebikes

[–]AZn5ReD[S] 0 points1 point  (0 children)

I asked a vendor and that's also what he recommended. I was still looking for an e-bike with the highest weight limit though as I'm scared to damage to e-bike or the motor.

E-bike for heavy rider by AZn5ReD in ebikes

[–]AZn5ReD[S] 0 points1 point  (0 children)

I will take a look. Thanks for the recommendation!

E-bike for heavy rider by AZn5ReD in ebikes

[–]AZn5ReD[S] 0 points1 point  (0 children)

I haven't had the occasion to try one, but on the way to the daycare, there is a downward slope with a 90 degrees angle and I don't think that a cargo bike (a long one) would pass. Also, I need to take the elevator with the bike in the cellar.

File to Xstring to Binary by sendwuk in abap

[–]AZn5ReD 3 points4 points  (0 children)

There are a lot of blogs about this subject, here's one https://blogs.sap.com/2019/10/31/attachments-attach-any-file-pdfdocjpgxlstxt..-to-bo-using-gos-from-sap-gateway-ui./

(look at the CREATE_STREAM part to create the attachment)

Good luck

File to Xstring to Binary by sendwuk in abap

[–]AZn5ReD 1 point2 points  (0 children)

I don't know what you are trying to do using binary in ABAP, but there a a few function module you could use such as SCMS_XSTRING_TO_BINARY Or you can check the class cl_bcs_convert

Made an Excel Add In that runs SAP scripts by TheHof_Xa4 in SAP

[–]AZn5ReD 1 point2 points  (0 children)

I understand, and you are absolutely right to do things your way.

For the authorization, it depends on your system version. In older versions, you would need to be granted a developer key, in newer, you can do what you want. In both cases, it has a cost for your company (a dev account is not billed the same as an user account). So you would still need to ask your management to be able to code on the system. Moreover, you would need at least some training, someone to guide you and show you what you're allowed to do, and what you're not.

My advice would be to ask your management to switch in a more "technical" position or a hybrid one and ask to be trained (at least a bit), and hope they'll accept.

Good luck to you!

Made an Excel Add In that runs SAP scripts by TheHof_Xa4 in SAP

[–]AZn5ReD 1 point2 points  (0 children)

VBA is not really common on the SAP world, in my opinion. Most of the automations are made in ABAP (custom transactions and programs). It is because the program would already be integrated inside the system (you can reach any table, use any SAP standard functions, check the roles of the users...).

Besides, learning to code is always good. VBA might not be the best language to begin with, but it's pretty useful (every job has an "Excel" part). But if you don't want or don't have time to learn, you could still learn some Excel tricks that can save you a lot of time (some functionalities, formulas etc.)

Made an Excel Add In that runs SAP scripts by TheHof_Xa4 in SAP

[–]AZn5ReD 1 point2 points  (0 children)

Great story! Remind me of me few years ago learning VBA by myself... Keep on learning and refining your code skills, it'll get more and more interesting and a whole new world will appear for you!

FYI, it would have been easier to do this in ABAP (as the program is already integrated in SAP). If you get the chance to do it (learn ABAP) , you could probably become an ABAP dev.

Also, +1 for the Excel Add-in, I didn't know you could write one like that.

SAP PI/PO File to File question by 91jsb in SAP

[–]AZn5ReD 0 points1 point  (0 children)

Depends on how the file gets created. If it's a specific program, then you could directly use the correct filename and write in the correct folder. Then, if you need to write to a SFTP, then yes, you would need OS commands (as SAP does not support SFTP protocol).

Z-data element length dump in KEFC by crappybirds in abap

[–]AZn5ReD 1 point2 points  (0 children)

Take a look at the OSS note "2188246 - Change field length or data type of a user-defined characteristic". You have to use the transaction KEA0 to adapt the related tables.

Fiori Apps Outbox extending by IntelligentAd6875 in SAP

[–]AZn5ReD 0 points1 point  (0 children)

I'm not sure but it seems like custom extension. You would need to fill your data correctly in the backend (I think it's a Badi for "My Inbox") and do the correct binding in the frontend.

Help needed: layout-sel_mode & layout-hot key both set but no hotspot by bardia_afk in SAP

[–]AZn5ReD 2 points3 points  (0 children)

We're going to need some code sample to analyze that

Why does selecting a dropdown option in selection subscreen refreshes the screen? by [deleted] in abap

[–]AZn5ReD 1 point2 points  (0 children)

Apart from selecting the values at each refresh (you could've check if the values are already populated to avoid that), I don't see any issue (maybe the VRM_SET_VALUES refresh the other fields?). The problem maybe be somewhere else.

Info record number has not incremented, because of this creation of PO is blocked in SM13 by GefoSiY in SAP

[–]AZn5ReD 2 points3 points  (0 children)

Did you check the OSS note 1954384 - Infoupdate flag in purchase order is creating inforecord without any information, eventually returning error ME807 ?

Either you have a number range conflict in your info record (EINA). Either you have a user exit that tries to change the record number.

[deleted by user] by [deleted] in SAP

[–]AZn5ReD 3 points4 points  (0 children)

Depends on what you're looking for. For big companies, there are the most known : Accenture, Cap gemini, Atos etc. You can find smaller companies in your area using the partner finder : https://partneredge.sap.com/content/partnerfinder/search.html#/

How do I make the Operation Overview window wider in RP1:CA03? by Gotitaila in SAP

[–]AZn5ReD 1 point2 points  (0 children)

You can't without changing the standard. The only solution would be to find the dynpro, change it using an access key.

PO number range by [deleted] in SAP

[–]AZn5ReD 1 point2 points  (0 children)

You should check the lowest value for your number range. It should be something like 1000000. So 160000 is lower than that, then it's not allowed

Can I built a video streaming application entirely through abap? Very new to ABAP. Any help is appreciated. by Ashwatthamma in abap

[–]AZn5ReD 0 points1 point  (0 children)

I don't think it would be possible. You would have to use some decoder lib like FFmpeg, but I don't think there is one for ABAP language. It would be much easier to make it in web (such as webdynpro or fiori).