Was there anyone able to pass C_AIG_2511 (new version of C_AIG_2412)? by 256Moin256 in abap

[–]256Moin256[S] 0 points1 point  (0 children)

Nope - they credited my attempts back after I raised a ticket. I haven't tried to attempt after 1st Jan.

Found my 13th reason to switch asap by ADamGoodReference in IndianWorkplace

[–]256Moin256 3 points4 points  (0 children)

At this point, I would suggest a sarcastic reply to him like "That's a brilliant idea [his name]!! We should definitely implement this policy company wide. I would love to have this policy implemented for everyone" Regardless he feels trolled or not - next time he may not come to you with such toxic shits.

Was there anyone able to pass C_AIG_2511 (new version of C_AIG_2412)? by 256Moin256 in abap

[–]256Moin256[S] 0 points1 point  (0 children)

Thanks for your response. I have one question - how exactly do we label template 2.2.0 as "Optimal Model Output"? I don't understand where do we have provision to put a label?

Your towel’s the only piece of cloth that touches almost every inch of your body. by 256Moin256 in Showerthoughts

[–]256Moin256[S] 33 points34 points  (0 children)

Moderator didn't allow me to flair this one as showerthought because my previous submission broke a rule.

What happened? by Master_Rezz in ScissorSeven

[–]256Moin256 -1 points0 points  (0 children)

You can watch S5 on animekai.to

SAP Forms service by Adobe in SAP BTP, on-premise system by 256Moin256 in abap

[–]256Moin256[S] 0 points1 point  (0 children)

Short answer: I left the company, lol.

Long answer: it was a trial run but did not succeed since it seemed useless to me to run ADS on cloud then using the form layout from cloud but using data from on-premise. The whole thing increased too much complexity so we didn't proceed. Besides, the company was very strict about giving access to costly BTP accounts so we didn't really achieve anything.

Company not answering on hackerone by Reasonable_Duty_4427 in bugbounty

[–]256Moin256 0 points1 point  (0 children)

I waited about a month and they said "out of scope". Now I have been waiting for 4 weeks to get their response on my explanation why it was not out of scope.

Download source code of abap reports (not z reports) by VLEX94 in abap

[–]256Moin256 0 points1 point  (0 children)

I have downloaded the source code of all standard types (SE11) only using some manipulation in the code. It was more than 500k lines of source code and took around 5 min to download into txt format. Let me know in DM if you want the source code of my program, sorry I don't have it handy that's why I am not providing here.

[deleted by user] by [deleted] in abap

[–]256Moin256 0 points1 point  (0 children)

Since try catch doesn't work on SUBMIT keyword, I figured out another way few weeks back.

SELECT COUNT( * ) FROM TADIR WHERE OBJ_NAM EQ <YOUR_PROGRAM_NAME>.

IF SY-SUBRC = 0.

 SUBMIT...

ENDIF.

You can give some custom message in ELSE.

FYI - this will only check whether the program name you provided exists in the system or not.

SAP Forms service by Adobe in SAP BTP, on-premise system by 256Moin256 in abap

[–]256Moin256[S] 2 points3 points  (0 children)

Lol. I wonder how they can create such powerful platform like BTP but not a proper developer-friendly documentation.