How to update standard Transaction table in SAP | update database table in sap abap without update Command | RSDU_TABLE_UPDATE_SYB
How to Update Standard Transaction Table in SAP. Sometime we need to update our standard table from our program, for that we have many ways like write update query and directly we can update our table or modify from work area but the safest way to update standard table is using standard function “RSDU_TABLE_UPDATE_SYB“. and … Read more