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 checkif the tcode is used inany recording from lsgbdca.
then if successful checkif the recordings found are assignedtoany objects from lsorec.
Use FUNCTION'/SAPDMC/LSM_OBJ_STARTER' to start the lsmw.
Check the field mappings if it s suitable for you requirements.