Application Development and Automation Blog Posts
Learn and share on deeper, cross technology development topics such as integration and connectivity, automation, cloud extensibility, developing at scale, and security.
cancel
Showing results for 
Search instead for 
Did you mean: 
Former Member
8,417

On my quest to find if  any LSMW recording exits for Chart of accounts.

Researching the Internet I came across two tables.

/sapdmc/lsgbdca : This table stores the project,recording code and Recording: Transaction Code

/sapdmc/lsorec : This table stores the project and the individual object in the recording.

We could write an ALV report for listing the details from these two tables.

Create a parameter where you can input the TCODE.

With that parameter check if the tcode is used in any recording from lsgbdca.

then if successful check if the recordings found are assigned to any objects from lsorec.

Use FUNCTION '/SAPDMC/LSM_OBJ_STARTER' to start the lsmw.

Check the field mappings if it s suitable for you requirements.

1 Comment
Labels in this area