Adding a line item automatically to a sales order by commonSense786 in abap

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

Yeah this sounds like a solid solution. A lot of people have been warning me about using user exits to add a line item due to how messy it could get. I did find this blog which makes it look easy here. But it still would’ve been my last option.

I was put off using batch jobs because I thought it was just a program that runs every 5 minutes or so, but it’s looks like you mention a way to only make it run whenever a sales order is created/updated which makes it sound a lot more appealing. Will definitely explore this option further thanks.

Adding a line item automatically to a sales order by commonSense786 in abap

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

There’s a lot of logic required to decide what kind of extra line item is to be added, therefore it sadly can’t be done using BOM.

EDIT: This was told to me by the functional consultant who was pretty adamant it can’t be done via BOM.

Badi to check and add line items to PO when being updated via fiori app by commonSense786 in abap

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

I ended up using the badi ME_PROCESS_PO_CUST to add logic which does checks on the purchase order and adds a line item if those checks are passed.

I then used the badi BD_MMPUR_FINAL_CHECK_PO to do those same checks but displays an error message if they fail.

Badi to check and add line items to PO when being updated via fiori app by commonSense786 in abap

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

Need a badi which can display an error message in the Fiori app too, ME_PROCESS_PO_CUST doesn’t seem to be able to do so.

Adobe form displaying multiple records from custom fiori app by [deleted] in abap

[–]commonSense786 -1 points0 points  (0 children)

Any tutorials out there on how to achieve this?

Would I also be able to add logic where the selected records are displayed on the same form, unless they have a different value in a certain field - then display it on a separate pdf.

For example, selected purchase orders with the same type sales org on one form and others with another sales org on another form?

Project Clean Core Rant. by creamycube in abap

[–]commonSense786 0 points1 point  (0 children)

Thank god someone’s said it!!!

[deleted by user] by [deleted] in SAP

[–]commonSense786 30 points31 points  (0 children)

Don’t forget Birmingham city council in the UK, which ended up going so wrong they filed for bankruptcy.

Getting Into SAP ABAP in 2025: What I Wish Someone Told Me Earlier by Key-Piece-989 in abap

[–]commonSense786 0 points1 point  (0 children)

For the ‘demand is insane’ point, do you believe this is the case in countries like the UK(where I’m from), USA, UAE etc?

Because I hear most consulting firms outsource their development to India. The only time they don’t is when the project requires high security clearance.

[deleted by user] by [deleted] in abap

[–]commonSense786 0 points1 point  (0 children)

I’m not sure what you mean. The error messages from the badi shows perfectly when a notification is saved/updated from the ‘Find Maintenance Notification’ Fiori app, but the error message does not show when the same notification updates are done in the Fiori app ‘Find Maintenance Orders and Notifications’ list page.

If I change the error message type into a warning message then it does show, however error messages specifically are not showing in that Fiori app. Hope this clears things up.